Scratch: add multifile tests
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class GClass<T> {
|
||||
fun foo(t: T): T {
|
||||
return t
|
||||
}
|
||||
}
|
||||
|
||||
val g = GClass<Int>()
|
||||
g.foo(1) // RESULT: 1
|
||||
Reference in New Issue
Block a user