Fix scratch testdata after introducing result vals into repl
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import inlineFun.*
|
||||
|
||||
foo { 1 + 3 } // RESULT: 4
|
||||
foo { 1 + 3 } // RESULT: res1: kotlin.Int = 4
|
||||
Reference in New Issue
Block a user