Mark line numbers on compile-time constants

This commit is contained in:
Alexander Udalov
2012-11-22 18:20:41 +04:00
parent 0f496eac21
commit aa898725fc
3 changed files with 18 additions and 11 deletions
@@ -0,0 +1,6 @@
fun foo() {
val x =
42
}
// 3