Just decided not to support defs in Kalypso (or Cephelapod, but it's already kinda implemented there) and ported some more tests over

This commit is contained in:
Nathan Braswell
2016-02-16 13:43:47 -05:00
parent a898104f8a
commit 5a4d139d18
5 changed files with 8 additions and 11 deletions

View File

@@ -17,9 +17,8 @@ obj TemplateTest<T> {
}
};
def MyInt int;
var c: MyInt;
var c: int;
fun addAndPrint<T>(a: T, b: T): T {