Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
fromLoadJava
/
ClassObject.txt
blob: 2e81c72ddb496358d27d46be3f67c7591ba0a162 [
file
]
package test
public interface TheTrait {
public companion object Companion {
/*primary*/ private constructor Companion()
}
}