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