Files
kotlin/idea/testData/cache/kotlinShortNamesCacheTestData2.kt
2016-09-28 13:36:20 +02:00

16 lines
176 B
Kotlin
Vendored

object B1 {
@JvmField
val foobar = ""
fun method1(){}
fun methodInBoth(){}
}
object B2 {
val barfoo = ""
fun method2(){}
fun methodInBoth(){}
}