Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
InterfaceWithDefaultMethodAndCompanion.kt
blob: 08d1ddf11090a029ce506b8fd3a9e78454d966e6 [
file
]
// Test
interface
Test
{
companion
object
{
val x
=
1
const
val y
=
2
fun foo
()
{}
}
fun bar
()
{}
}