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