Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
Enum.java
blob: fa227f736a7f9508a4ad6e97bd606793c09a4021 [
file
]
package
test
;
public
enum
Enum
{
NORTH
,
SOUTH
,
WEST
,
EAST
;
}