5297b4974f
- `constructor` keyword expected in primary constructor with non-empty modifier list - annotation list should be preceeded by '@'
25 lines
414 B
Kotlin
25 lines
414 B
Kotlin
// IntelliJ API Decompiler stub source generated from a class file
|
|
// Implementation of methods is not available
|
|
|
|
package test
|
|
|
|
internal final enum class Enum private constructor() : kotlin.Enum<test.Enum> {
|
|
A
|
|
|
|
B
|
|
|
|
C
|
|
|
|
D
|
|
|
|
E
|
|
|
|
F
|
|
|
|
internal companion object {
|
|
internal final val c: kotlin.Int /* compiled code */
|
|
}
|
|
|
|
internal open fun f(): kotlin.Int { /* compiled code */ }
|
|
}
|