Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
NamedObjectInNamedObject.txt
blob: 2eaf757ff03fceaa3e2ff44af916474179ca8d97 [
file
]
package test
public object Outer {
/*primary*/ private constructor Outer()
public object Obj {
/*primary*/ private constructor Obj()
public final val v: kotlin.String
public final fun <get-v>(): kotlin.String
public final fun f(): kotlin.String
}
}