Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
cache
/
kotlinShortNamesCacheTestData2.kt
blob: 35dcd9ff7123f9355474fb1c1ebe85cf09b21fe2 [
file
] [
log
] [
blame
]
object
B1
{
@JvmField
val foobar
=
""
fun method1
(){}
fun methodInBoth
(){}
}
object
B2
{
val barfoo
=
""
fun method2
(){}
fun methodInBoth
(){}
}