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