Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmStatic/localFun.fir.kt
T

7 lines
115 B
Kotlin
Vendored

// !LANGUAGE: -JvmStaticInInterface
// !DIAGNOSTICS: -UNUSED_VARIABLE
fun main() {
@JvmStatic fun a(){
}
}