Allow to run scratch without module selected
^KT-23985 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
arrayListOf(1, 2).size // RESULT: 2
|
||||
|
||||
//NO_MODULE
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
arrayListOf(1, 2).size
|
||||
|
||||
//NO_MODULE
|
||||
@@ -0,0 +1,3 @@
|
||||
arrayListOf(1, 2).size // RESULT: res0: kotlin.Int = 2
|
||||
|
||||
//NO_MODULE
|
||||
Reference in New Issue
Block a user