[FIR] Handle fully qualified expressions separately in tower resolver
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@ fun myAssert(condition: Boolean, message: String = "") {
|
||||
contract {
|
||||
returns() implies (condition)
|
||||
}
|
||||
if (!condition) throw kotlin.<!UNRESOLVED_REFERENCE!>IllegalArgumentException<!>(message)
|
||||
if (!condition) throw kotlin.IllegalArgumentException(message)
|
||||
}
|
||||
|
||||
fun test(x: Any?) {
|
||||
|
||||
Reference in New Issue
Block a user