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