Write KotlinSyntheticClass to anonymous and local classes

This commit is contained in:
Alexander Udalov
2014-03-05 20:30:39 +04:00
parent cbfb626d50
commit 0b2c832343
7 changed files with 55 additions and 5 deletions
@@ -55,6 +55,8 @@ public final class JvmAnnotationNames {
CALLABLE_REFERENCE_WRAPPER,
LOCAL_FUNCTION,
ANONYMOUS_FUNCTION,
LOCAL_CLASS,
ANONYMOUS_OBJECT,
;
@Nullable