[FIR] Infer type arguments for captured parameters of inner classes
KT-38992
This commit is contained in:
+1
-1
@@ -44,6 +44,6 @@ fun foo() {
|
||||
|
||||
strInt.instance().Inner<Double>().checkType { _<Outer<String>.Inner<Double>>() }
|
||||
|
||||
Outer<String>().<!INAPPLICABLE_CANDIDATE!>setInner<!>(strInt)
|
||||
Outer<String>().setInner(strInt)
|
||||
Outer<CharSequence>().<!INAPPLICABLE_CANDIDATE!>setInner<!>(strInt)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user