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:
committed by
Alexander Udalov
parent
b7d88be41a
commit
b24c3a106e
@@ -0,0 +1,3 @@
|
||||
fun main() {
|
||||
print("ok")
|
||||
}
|
||||
Reference in New Issue
Block a user