IDEA 142.4859.6: Update LineNumberTestGenerated test data (due to IDEA's ASM upgrade to 5.0.4 which supports multiline labels)

This commit is contained in:
Alexey Sedunov
2015-09-20 05:06:48 +03:00
committed by Alexey Sedunov
parent 8603a36404
commit b4efe33efa
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo() {
.bar()
}
// 2 3 7 8 9 11 12 17 13
// 2 3 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 11 17 12 17 13
// 2 3 7 8 9 8 9 11 12 11 17 12 17 13
+1 -1
View File
@@ -3,4 +3,4 @@ fun foo() {
42
}
// 3 4
// 2 3 4
@@ -9,4 +9,4 @@ fun foo(i: Int = 1) {
inline fun bar(i: Int = 1) {
}
// 2 3 9 4 7 6 10 9 10
// 2 3 9 10 4 7 6 10 9 10
@@ -13,4 +13,4 @@ inline fun foo(f: () -> Unit) {
f()
}
// 2 12 3 6 12 7 9 12 13 14
// 2 12 13 3 14 6 12 13 7 14 9 12 13 14
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo() {
}
}
// 2 3 5 8 9 11 8 13
// 2 3 5 6 8 9 11 8 13
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo() {
}
}
// 2 3 5 8 9 11 8 13
// 2 3 5 6 8 9 11 8 13
+1 -1
View File
@@ -16,4 +16,4 @@ fun foo() {
}
}
// 2 3 7 5 7 10 11 15 13 15 10 17
// 2 3 7 5 7 8 10 11 15 13 15 10 17
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo() {
}
}
// 2 3 5 8 9 11 8 13
// 2 3 5 6 8 9 11 8 13
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo(x: Int) {
}
}
// 3 4 5 9 10 11 8 13
// 2 3 4 5 6 8 9 10 11 8 13
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo(x: Int) {
}
}
// 2 3 4 5 8 9 10 11 8 13
// 2 3 4 5 6 8 9 10 11 8 13