separate compiler and plugin tests
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
fun test() {
|
||||
val a : Any? = null
|
||||
if (a is Any) else a = null;
|
||||
while (a is Any) a = null
|
||||
while (true) a = null
|
||||
}
|
||||
Reference in New Issue
Block a user