Simplify scratch test without runtime to avoid exception form resolver
Create an issue that caused failure of the original test ^KT-34233
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// REPL_MODE: false
|
// REPL_MODE: false
|
||||||
// NO_MODULE
|
// NO_MODULE
|
||||||
|
|
||||||
arrayListOf(1, 2).size // RESULT: 2
|
run { 1 + 1 } // RESULT: 2
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
// REPL_MODE: ~REPL_MODE~
|
// REPL_MODE: ~REPL_MODE~
|
||||||
// NO_MODULE
|
// NO_MODULE
|
||||||
|
|
||||||
arrayListOf(1, 2).size
|
run { 1 + 1 }
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
// REPL_MODE: true
|
// REPL_MODE: true
|
||||||
// NO_MODULE
|
// NO_MODULE
|
||||||
|
|
||||||
arrayListOf(1, 2).size // RESULT: res0: kotlin.Int = 2
|
run { 1 + 1 } // RESULT: res0: kotlin.Int = 2
|
||||||
Reference in New Issue
Block a user