Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
ClassWithNestedEnum.java
blob: aa0d25c0f17b1dbebbed55f4b3dfcc69c3aa33ab [
file
]
package
test
;
public
class
ClassWithNestedEnum
{
public
enum
NestedEnum
{
ONE
,
TWO
,
THREE
;
}
}