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:
9
tests/trivial_container.krak
Normal file
9
tests/trivial_container.krak
Normal file
@@ -0,0 +1,9 @@
|
||||
import simple_print;
|
||||
|
||||
obj trivialContainer<T> {
|
||||
var data: T;
|
||||
fun print(): void {
|
||||
simple_print::print(data);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user