Files
kotlin-fork/idea/testData/decompiler/decompiledTextJvm/EnumWithQuotes.expected.kt
T
2020-03-11 15:41:41 +03:00

20 lines
443 B
Kotlin
Vendored

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public final class EnumWithQuotes public constructor() {
internal final class B public constructor() {
private final enum class Zoo private constructor() : kotlin.Enum<test.EnumWithQuotes.B.Zoo> {
Bear,
`Bear+`,
`Polar Bear`,
Panda;
}
}
}