Add tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun box(): String {
|
||||
// kotlin.Nothing should not be loaded here
|
||||
return (if (null is Nothing?) "O" else "FAIL1") + (if (null !is Nothing) "K" else "FAIL2")
|
||||
}
|
||||
Reference in New Issue
Block a user