Fix accept() in light methods elements to avoid treating them as ClsElements

This commit is contained in:
Nikolay Krasko
2015-03-31 17:17:38 +03:00
parent 9d151d2ce8
commit 055be2850f
6 changed files with 39 additions and 0 deletions
@@ -0,0 +1,7 @@
package test.kotlin
public enum class KotlinEnum {
ENTRY
public fun foo(): String = "foo"
}