K2 IC: fix member lookup recording
The previous code recorded only class name, instead of fqname, as a scope of lookup. #KT-65943 fixed #KTIJ-24828 fixed related to #KT-56197
This commit is contained in:
committed by
Space Team
parent
f38dc3999c
commit
5b62558798
@@ -0,0 +1,6 @@
|
||||
package foo
|
||||
|
||||
/*p:foo(A)*/open class A {
|
||||
/*p:kotlin.jvm(JvmName)*/@/*p:foo*/JvmName("h")
|
||||
fun f() {}
|
||||
}
|
||||
Reference in New Issue
Block a user