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