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