Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
classObject
/
ClassObjectExtendsTrait.txt
blob: e92b25ef55e5e0ebf5fbab5a39f1e0b3af55a3f5 [
file
]
package test
public interface Bbb {
}
public final class ClassObjectextendsTrait {
/*primary*/ public constructor ClassObjectextendsTrait()
public companion object Companion : test.Bbb {
/*primary*/ private constructor Companion()
}
}