Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlinWithStdlib
/
enum
/
enumWithInnerClasses.kt
blob: e43eb79c83dc9cacf556b37ba077237cb054cd7b [
file
]
//ALLOW_AST_ACCESS
package
test
enum
class
Enum
{
ENTRY1
,
ENTRY2
;
inner
class
Inner
class
Nested
interface
Trait
val c
:
Int
=
{
1
}()
fun f
():
Int
=
2
}