KT-3368 J2K: converted enums contain name() method
#KT-3368 Fixed
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
enum class E {
|
||||
I
|
||||
private var name : String? = null
|
||||
public fun name() : String { return "" }
|
||||
public fun order() : Int { return 0 }
|
||||
}
|
||||
Reference in New Issue
Block a user