diff --git a/compiler/testData/codegen/sourceInfo/foo1.kt b/compiler/testData/codegen/sourceInfo/foo1.kt index 473a615fc51..e659d58e0d3 100644 --- a/compiler/testData/codegen/sourceInfo/foo1.kt +++ b/compiler/testData/codegen/sourceInfo/foo1.kt @@ -1,5 +1,5 @@ package foo; -fun box() = { +fun box1() = { 1 } \ No newline at end of file