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