Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
decompiler
/
stubBuilder
/
Objects
/
Objects.kt
blob: a7f36afe2037ca914daf4f93e53f600f92345680 [
file
] [
log
] [
blame
]
public
object
Objects
{
val c
=
0
fun f
()
{
}
private
object
InnerObject
:
A
{
val c
=
0
fun f
()
{
}
}
public
object
OtherObject
:
NestedClass
()
{
val c
=
0
fun f
()
{
}
}
public
open
class
NestedClass
}
interface
A
{
}