Created JetScope.memberScopeAsFileScope()
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class A(foo: Int.() -> Unit) {
|
||||
init {
|
||||
4.foo()
|
||||
}
|
||||
}
|
||||
|
||||
fun test(foo: Int.() -> Unit) {
|
||||
4.foo()
|
||||
}
|
||||
Reference in New Issue
Block a user