Name suggester + tests.

Fixed commented introduce variable tests.
This commit is contained in:
Alefas
2012-02-07 18:22:27 +04:00
parent ddbd86cdf5
commit 1d88960a19
20 changed files with 431 additions and 44 deletions
@@ -0,0 +1,10 @@
fun a() {
val aBcD = 1
<selection>aBcD</selection>
}
/*
aBcD
bcD
d
i
*/