Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
EnumName.java
blob: b2dd99de463fb8f963d60c9363cb5b0f53703c06 [
file
] [
log
] [
blame
]
package
test
;
public
enum
EnumName
{
FIRST
,
SECOND
;
}