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:
@@ -17,9 +17,8 @@ obj TemplateTest<T> {
|
||||
}
|
||||
};
|
||||
|
||||
def MyInt int;
|
||||
|
||||
var c: MyInt;
|
||||
var c: int;
|
||||
|
||||
|
||||
fun addAndPrint<T>(a: T, b: T): T {
|
||||
|
||||
Reference in New Issue
Block a user