Basic local val inlining support.

#KT-2637 in progress
This commit is contained in:
Evgeny Gerashchenko
2013-07-05 22:05:55 +04:00
parent 0126ee4e2a
commit a9a960fd38
18 changed files with 275 additions and 0 deletions
@@ -0,0 +1,4 @@
fun f() {
val m = ::println
println(<caret>m)
}