Changed from typedef to obj and def
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import io;
|
||||
|
||||
|
||||
typedef TemplateTest<T> {
|
||||
obj TemplateTest<T> {
|
||||
var a: int;
|
||||
var b: T;
|
||||
fun print(): void {
|
||||
|
||||
Reference in New Issue
Block a user