Skip to content

Commit 2cd91e2

Browse files
bnormSpace Team
authored and
Space Team
committed
[Build] Fix warning about default annotation target (KT-73255)
^KT-74254
1 parent 8ec7519 commit 2cd91e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/commonizer/tests/org/jetbrains/kotlin/commonizer/utils/InlineSourceBuilder.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import java.io.File
1919
interface InlineSourceBuilder {
2020
annotation class ModuleBuilderDsl
2121

22-
data class SourceFile(val name: String, @Language("kotlin") val content: String)
22+
data class SourceFile(val name: String, @param:Language("kotlin") val content: String)
2323

2424
data class Module(
2525
val name: String, val sourceFiles: List<SourceFile>, val dependencies: List<Module>

0 commit comments

Comments
 (0)