KT-31295: Enable support for .ws.kts files as for scratch files

This commit is contained in:
Roman Golyshev
2019-07-15 11:39:39 +03:00
committed by Natalia Selezneva
parent 232c7fdd0e
commit e54b43bab1
18 changed files with 193 additions and 25 deletions
@@ -0,0 +1,5 @@
// REPL_MODE: true
import myTest.MyJavaClass
MyJavaClass().test() // RESULT: res1: kotlin.Int = 1