Review changes: revert compiler behaviour, add test, remove inner classes

This commit is contained in:
Nikolay Krasko
2019-03-11 15:45:12 +03:00
committed by Nikolay Krasko
parent 6ba134b1be
commit 213b98fefe
5 changed files with 83 additions and 55 deletions
@@ -0,0 +1,9 @@
fun a() {
val SOME_CONSTANT = 1
<selection>SOME_CONSTANT</selection>
}
/*
constant
i
someConstant
*/