Files
openide/plugins/kotlin/scripting-support/testData/scratch/simpleNoRuntime.kts
Natalia Selezneva 0e24122b64 Simplify scratch test without runtime to avoid exception form resolver
Create an issue that caused failure of the original test
^KT-34233

GitOrigin-RevId: c67aecc44834a1f9b3e7a8fbb49bc2cdb3009ecc
2019-10-11 12:33:17 +03:00

4 lines
53 B
Kotlin

// REPL_MODE: ~REPL_MODE~
// NO_MODULE
run { 1 + 1 }