Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlinWithStdlib
/
enum
/
innerEnumExistingClassObject.kt
blob: d2bd779222c047def3665ba61d8282aaf6d1bbf0 [
file
]
package
test
class
A
{
companion
object
{
}
enum
class
E
{
ENTRY
}
}