Fixed generated text from jvm classfile, when quotes is required
#KT-34759 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
class EnumWithQuotes {
|
||||
internal class B {
|
||||
private enum class Zoo {
|
||||
Bear, `Bear+`, `Polar Bear`, Panda
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user