Fix scratch testdata after introducing result vals into repl
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ class GClass<T> {
|
||||
}
|
||||
|
||||
val g = GClass<Int>()
|
||||
g.foo(1) // RESULT: 1
|
||||
g.foo(1) // RESULT: res2: kotlin.Int = 1
|
||||
Reference in New Issue
Block a user