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