Fix InnerClassesScopeWrapper - remove properties and functions from this scope.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
interface A {
|
||||
~from-interface~val foo: Int
|
||||
}
|
||||
|
||||
fun test(~param~foo: Int) {
|
||||
object : A {
|
||||
~property~override val foo: Int = `param`foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user