Allow to run scratch without module selected

^KT-23985 Fixed
This commit is contained in:
Natalia Selezneva
2018-12-05 09:39:14 +03:00
parent 8d4ca4d1c5
commit e2b5134048
11 changed files with 68 additions and 30 deletions
+3
View File
@@ -0,0 +1,3 @@
arrayListOf(1, 2).size // RESULT: 2
//NO_MODULE
+3
View File
@@ -0,0 +1,3 @@
arrayListOf(1, 2).size
//NO_MODULE
+3
View File
@@ -0,0 +1,3 @@
arrayListOf(1, 2).size // RESULT: res0: kotlin.Int = 2
//NO_MODULE