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:
@@ -11,9 +11,7 @@ obj firstObject {
|
||||
}
|
||||
};
|
||||
|
||||
def Int int;
|
||||
|
||||
var aliasNum: Int;
|
||||
var aliasNum: int;
|
||||
|
||||
fun main(): int {
|
||||
var wooObject: firstObject;
|
||||
|
||||
Reference in New Issue
Block a user