Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
cli
/
js
/
compilationErrorK2.kt
blob: 521a33e171e08f6978aea137ed4a0688ba045296 [
file
]
class
Foo
{
private
companion
object
Test
{
}
}
class
Bar
{
fun a
()
{
Foo
.
Test
}
}