Files
kotlin-fork/compiler/testData/cli/jvm/forbidKotlinPackage.kt
T
Nikolay Lunyak 23f87eda1f [FIR] KT-57803: Report the error message for light tree
The renaming prevents the JVM clash.

^KT-57803 Fixed
2023-06-06 07:43:37 +00:00

7 lines
95 B
Kotlin
Vendored

// FIR_IDENTICAL
// ISSUE: KT-57803
package kotlin.internal
fun main(args: Array<String>) {}