ClassFormatError because of initializing variable with Any type with primitive value
#KT-3524 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
val i: Any = 12
|
||||
|
||||
fun box(): String {
|
||||
return if (i == 12) "OK" else "fail"
|
||||
}
|
||||
Reference in New Issue
Block a user