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