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