5bb74d9840
#KT-34759 Fixed
9 lines
157 B
Kotlin
Vendored
9 lines
157 B
Kotlin
Vendored
package test
|
|
|
|
class EnumWithQuotes {
|
|
internal class B {
|
|
private enum class Zoo {
|
|
Bear, `Bear+`, `Polar Bear`, Panda
|
|
}
|
|
}
|
|
} |