Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
fromLoadJava
/
objectInClass.txt
blob: 343343595cbf905cf5d04e4beca1dc43de20012c [
file
]
package test
public final class A {
/*primary*/ public constructor A()
public object B {
/*primary*/ private constructor B()
public final fun foo(/*0*/ a: kotlin.Int): kotlin.String
}
}