Files
kotlin-fork/idea/testData/decompiler/decompiledText/AnnotatedEnumEntry.expected.kt
T
2015-12-13 17:49:44 +03:00

13 lines
316 B
Kotlin
Vendored

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public final enum class AnnotatedEnumEntry private constructor() : kotlin.Enum<test.AnnotatedEnumEntry> {
Entry1,
@dependency.A @dependency.B Entry2,
@dependency.A Entry3;
}