Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
enum
/
enumWithInnerClasses.kt
blob: b26abb9b98fcb6e5f7b930d446c818f26364b797 [
file
] [
log
] [
blame
]
//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
}