FIR: provide constructors from importing scopes

This commit is contained in:
Simon Ogorodnik
2019-04-15 16:51:01 +03:00
committed by Mikhail Glukhikh
parent e7ea75fd81
commit 3a50d2e666
3 changed files with 16 additions and 2 deletions
@@ -7,7 +7,7 @@ FILE: Annotations.kt
@R|annotations/Simple|() public abstract fun foo(@R|annotations/WithString|(String(abc)) arg: @R|annotations/Simple|() R|kotlin/Double|): R|kotlin/Unit|
@R|annotations/Complex|(<Unresolved name: WithInt>#(Int(7)), <Unresolved name: WithString>#(String())) public abstract val v: R|kotlin/String|
@R|annotations/Complex|(R|annotations/WithInt.WithInt|(Int(7)), R|annotations/WithString.WithString|(String())) public abstract val v: R|kotlin/String|
public get(): R|kotlin/String|
}
+1 -1
View File
@@ -1,3 +1,3 @@
FILE: treeSet.kt
public final val x: R|java/util/SortedSet<kotlin/Int>| = <Unresolved name: TreeSet>#()
public final val x: R|java/util/SortedSet<kotlin/Int>| = R|java/util/TreeSet.TreeSet|()
public get(): R|java/util/SortedSet<kotlin/Int>|