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