Fix codegen of !! for nullable generics
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
42!!
|
||||
42.toLong()!!
|
||||
return "OK"!!
|
||||
}
|
||||
Reference in New Issue
Block a user