Fix accept() in light methods elements to avoid treating them as ClsElements
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test.kotlin
|
||||
|
||||
public enum class KotlinEnum {
|
||||
ENTRY
|
||||
|
||||
public fun foo(): String = "foo"
|
||||
}
|
||||
Reference in New Issue
Block a user