[PSI2IR] Set reflectionTarget for all adapted references
This commit is contained in:
+7
-4
@@ -11,9 +11,12 @@ fun withVararg(vararg xs: Int): Int {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
useFoo(foo = local fun withVararg(p0: Int) {
|
||||
withVararg(xs = [p0]) /*~> Unit */
|
||||
}
|
||||
/*-> IFoo */)
|
||||
useFoo(foo = { // BLOCK
|
||||
local fun withVararg(p0: Int) {
|
||||
withVararg(xs = [p0]) /*~> Unit */
|
||||
}
|
||||
|
||||
::withVararg
|
||||
} /*-> IFoo */)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user