Fix resolve of Kotlin enum entries from Java
#KT-5719 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
enum class ZZZ {
|
||||
A1
|
||||
B1
|
||||
}
|
||||
Reference in New Issue
Block a user