diff --git a/compiler/testData/lineNumber/custom/chainCall.kt b/compiler/testData/lineNumber/custom/chainCall.kt index e86bd599d3d..102d3473811 100644 --- a/compiler/testData/lineNumber/custom/chainCall.kt +++ b/compiler/testData/lineNumber/custom/chainCall.kt @@ -12,4 +12,4 @@ fun foo() { .bar() } -// 2 3 1 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 18 13 diff --git a/compiler/testData/lineNumber/custom/functionCallWithDefault.kt b/compiler/testData/lineNumber/custom/functionCallWithDefault.kt index 137d81d6f7b..525d51f47b4 100644 --- a/compiler/testData/lineNumber/custom/functionCallWithDefault.kt +++ b/compiler/testData/lineNumber/custom/functionCallWithDefault.kt @@ -9,4 +9,4 @@ fun foo(i: Int = 1) { inline fun bar(i: Int = 1) { } -// 2 3 9 10 4 7 6 10 9 10 +// 2 3 14 15 4 7 6 10 9 16 diff --git a/compiler/testData/lineNumber/custom/functionCallWithInlinedLambdaParam.kt b/compiler/testData/lineNumber/custom/functionCallWithInlinedLambdaParam.kt index f102dd1314e..d644367916d 100644 --- a/compiler/testData/lineNumber/custom/functionCallWithInlinedLambdaParam.kt +++ b/compiler/testData/lineNumber/custom/functionCallWithInlinedLambdaParam.kt @@ -13,4 +13,4 @@ inline fun foo(f: () -> Unit) { f() } -// 2 12 13 3 4 14 6 12 13 7 8 14 9 12 13 14 +// 2 18 19 3 4 20 6 21 22 7 8 23 9 12 13 14 diff --git a/compiler/testData/lineNumber/custom/smapInlineAsArgument.kt b/compiler/testData/lineNumber/custom/smapInlineAsArgument.kt index e7f7ac9c043..28b99f79ca5 100644 --- a/compiler/testData/lineNumber/custom/smapInlineAsArgument.kt +++ b/compiler/testData/lineNumber/custom/smapInlineAsArgument.kt @@ -18,4 +18,4 @@ fun fail() : String { throw AssertionError("fail") } -// 2 14 2 5 14 5 7 10 14 18 \ No newline at end of file +// 2 22 2 5 23 5 7 10 14 18 \ No newline at end of file diff --git a/compiler/testData/lineNumber/custom/smapInlineAsInfixArgument.kt b/compiler/testData/lineNumber/custom/smapInlineAsInfixArgument.kt index c80a24249e5..c6b5e1f03f5 100644 --- a/compiler/testData/lineNumber/custom/smapInlineAsInfixArgument.kt +++ b/compiler/testData/lineNumber/custom/smapInlineAsInfixArgument.kt @@ -16,4 +16,4 @@ fun fail() : String { throw AssertionError("fail") } -// 1 4 12 4 7 12 7 9 12 16 \ No newline at end of file +// 1 4 20 4 7 21 7 9 12 16 \ No newline at end of file diff --git a/compiler/testData/lineNumber/custom/smapInlineAsInlineArgument.kt b/compiler/testData/lineNumber/custom/smapInlineAsInlineArgument.kt index ff109ed57d4..7ec73dc0b4f 100644 --- a/compiler/testData/lineNumber/custom/smapInlineAsInlineArgument.kt +++ b/compiler/testData/lineNumber/custom/smapInlineAsInlineArgument.kt @@ -18,4 +18,4 @@ fun fail() : String { throw AssertionError("fail") } -// 2 14 2 14 5 14 5 14 7 10 14 18 \ No newline at end of file +// 2 22 2 23 5 24 5 25 7 10 14 18 \ No newline at end of file diff --git a/compiler/testData/lineNumber/custom/smapInlineInIntrinsicArgument.kt b/compiler/testData/lineNumber/custom/smapInlineInIntrinsicArgument.kt index a032a5a9b7a..f4caac240bb 100644 --- a/compiler/testData/lineNumber/custom/smapInlineInIntrinsicArgument.kt +++ b/compiler/testData/lineNumber/custom/smapInlineInIntrinsicArgument.kt @@ -14,4 +14,4 @@ fun fail() : String { throw AssertionError("fail") } -// 2 10 3 5 6 10 7 10 14 \ No newline at end of file +// 2 18 3 5 6 19 7 10 14 \ No newline at end of file