[FIR] Fix creating DefinitelyNotNullTypes
Also fix substitutions to them
This commit is contained in:
+1
-1
@@ -16,5 +16,5 @@ fun <T : Any> test() {
|
||||
value = JClass.getNotNullT()
|
||||
}
|
||||
|
||||
value.<!INAPPLICABLE_CANDIDATE!>hashCode<!>() // unsafe call error
|
||||
value.hashCode() // unsafe call error
|
||||
}
|
||||
Reference in New Issue
Block a user