Files
kotlin-fork/idea/scripting-support/testData/scratch/simpleNoRuntime.repl.after
T
Natalia Selezneva 1a7f1dff10 Simplify scratch test without runtime to avoid exception form resolver
Create an issue that caused failure of the original test
^KT-34233
2019-10-11 12:33:17 +03:00

4 lines
81 B
Plaintext
Vendored

// REPL_MODE: true
// NO_MODULE
run { 1 + 1 } // RESULT: res0: kotlin.Int = 2