CLI: Allow running class files with '.class' extension in 'kotlin' script

Catch NoClassDefFoundError and print message with cause.

 #KT-11164 Fixed
 #KT-46171 Fixed
This commit is contained in:
Xin Wang
2021-11-11 15:34:55 +08:00
committed by Alexander Udalov
parent b7d88be41a
commit b24c3a106e
4 changed files with 123 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
fun main() {
print("ok")
}