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