Allow to shorten class member references

This commit is contained in:
Alexey Sedunov
2014-02-11 20:16:20 +04:00
parent f244cb05eb
commit d2e6aa2aa5
34 changed files with 259 additions and 15 deletions
@@ -0,0 +1,5 @@
import A.*
fun bar() {
X = 100
}