5bb74d9840
#KT-34759 Fixed
20 lines
443 B
Kotlin
Vendored
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;
|
|
}
|
|
}
|
|
}
|
|
|