[FIR] KT-37453: Type argument mapping
#KT-37453 Fixed
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ class Outer {
|
||||
fun nested() = Outer.Nested<Int>()
|
||||
fun noArguments() = Outer.Nested()
|
||||
fun noArgumentsExpectedType(): Outer.Nested<String> = Outer.Nested()
|
||||
fun manyArguments() = Outer.Nested<String, Int>()
|
||||
fun manyArguments() = Outer.<!INAPPLICABLE_CANDIDATE!>Nested<!><String, Int>()
|
||||
|
||||
Reference in New Issue
Block a user