FIR: render resolved qualifier type arguments in dumps
This commit is contained in:
committed by
Space Team
parent
0a21669fb9
commit
caa850e470
+2
-2
@@ -47,9 +47,9 @@ FILE: incompleteConstructorCall.fir.kt
|
||||
}
|
||||
|
||||
}
|
||||
public final val test: R|Outer.Companion| = Q|Outer|
|
||||
public final val test: R|Outer.Companion| = Q|Outer|<R|kotlin/String|>
|
||||
public get(): R|Outer.Companion|
|
||||
public final val test2: R|Outer.Nested.Companion| = Q|Outer.Nested|
|
||||
public final val test2: R|Outer.Nested.Companion| = Q|Outer.Nested|<R|kotlin/String|>
|
||||
public get(): R|Outer.Nested.Companion|
|
||||
public final val test3: R|Outer.Inner.Companion| = R|kotlin/Double|
|
||||
public get(): R|Outer.Inner.Companion|
|
||||
|
||||
Reference in New Issue
Block a user