Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/duplicateObjectInBinaryAndSources/duplicateObjectInBinaryAndSources.kt
T
2013-10-10 20:28:22 +04:00

11 lines
60 B
Kotlin
Vendored

package test
public object Lol {
fun c() {
}
}