Created JetScope.memberScopeAsFileScope()
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
val Int.foo: Int
|
||||
get() = this
|
||||
|
||||
|
||||
fun test(foo: Int) {
|
||||
test(4.foo)
|
||||
test(foo)
|
||||
}
|
||||
Reference in New Issue
Block a user