[KT-4124] Fix test compatibility between JS and Java backed for several tests
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@ class Reluctant() {
|
||||
}
|
||||
}
|
||||
|
||||
fun p(o : Any?) = System.out?.println(o)
|
||||
// Probably, it's an old debugging code. JS backend still does not support this
|
||||
//fun p(o : Any?) = System.out?.println(o)
|
||||
|
||||
fun test1() : String {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user