[LL FIR] add test on lazy resolve for local declarations
^KT-56550
This commit is contained in:
committed by
Space Team
parent
b35b727d73
commit
2cac7319fe
@@ -0,0 +1,12 @@
|
||||
package one
|
||||
|
||||
interface NonLocalInterface
|
||||
|
||||
fun resolv<caret>eMe() {
|
||||
open class A : B()
|
||||
class B : NonLocalInterface {
|
||||
inner class C : A() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user