diff --git a/compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/FileAnnotations.kt b/compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/FileAnnotations.kt index 131bb0c4a63..2a33fa83b8a 100644 --- a/compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/FileAnnotations.kt +++ b/compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/FileAnnotations.kt @@ -8,5 +8,5 @@ public annotation class FileAnn // FILE: 1.kt @file:ClassAnn -// FILE: 2.kr +// FILE: 2.kt @file:FileAnn \ No newline at end of file