Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
openCompanionObject2.kt.after
blob: 7bd1558ecf7bd8da195d0c0cc2a0c3f512da69ff [
file
]
// "Make 'Foo' not open" "true"
class
A
{
companion
object
Foo
{
fun a
():
Int
=
1
}
}