Created JetScope.memberScopeAsFileScope()

This commit is contained in:
Stanislav Erokhin
2015-08-19 18:10:05 +03:00
parent aa3be395a4
commit 2a0159f23b
6 changed files with 141 additions and 16 deletions
@@ -0,0 +1,8 @@
val Int.foo: Int
get() = this
fun test(foo: Int) {
test(4.foo)
test(foo)
}