Added message for successful compilation

This commit is contained in:
ChrisFadden
2015-08-28 17:54:38 -04:00
parent 88fe0e350b
commit 98ea825fe8
2 changed files with 9 additions and 1 deletions

View File

@@ -35,7 +35,6 @@ obj unpack_dummy<T,U> {
}
}
obj pair<T,U> (Object, Serializable) {
var first: T
var second: U