[FIR] Implement bare type modification with known type arguments
This commit is contained in:
+1
-1
@@ -33,6 +33,6 @@ import p.*
|
||||
|
||||
fun test(b: B<Tr>?) {
|
||||
if (b is C) {
|
||||
b?.<!AMBIGUITY!>foo<!>(null)
|
||||
b?.foo(null)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user