[FIR] Handle fully qualified expressions separately in tower resolver
This commit is contained in:
Vendored
+1
-1
@@ -151,7 +151,7 @@ fun foo(a : Nothing) : Unit {
|
||||
}
|
||||
|
||||
fun fail() : Nothing {
|
||||
throw java.lang.<!UNRESOLVED_REFERENCE!>RuntimeException<!>()
|
||||
throw java.lang.RuntimeException()
|
||||
}
|
||||
|
||||
fun nullIsNotNothing() : Unit {
|
||||
|
||||
Reference in New Issue
Block a user