Fix resolution of Kotlin enums' values() and valueOf() from Java
Use the code from PsiClassImpl / ClsClassImpl, which for some reason is absent in AbstractLightClass #KT-5591 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
enum class TestEnum {
|
||||
first second third
|
||||
}
|
||||
Reference in New Issue
Block a user