Write lineNumbers for constructors

This commit is contained in:
Natalia Ukhorskaya
2015-11-27 12:43:45 +03:00
parent 3ec383dfca
commit d0355a793b
24 changed files with 266 additions and 30 deletions
@@ -14,4 +14,4 @@ fun foo() {
}
// 2 5 8 9 15
// 2 1 5 8 9 15
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo() {
.bar()
}
// 2 3 7 8 9 8 9 11 12 11 12 17 13
// 2 3 1 7 8 9 8 9 11 12 11 12 17 13
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo() {
.bar()
}
// 2 3 7 8 9 8 9 11 12 11 17 12 17 13
// 2 3 1 7 8 9 8 9 11 12 11 17 12 17 13