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