Write KotlinSyntheticClass annotation on when-by-enum mapping classes

This commit is contained in:
Alexander Udalov
2015-02-16 15:34:09 +03:00
parent 6ce8d6bd2e
commit e705ff2517
4 changed files with 15 additions and 0 deletions
@@ -78,6 +78,7 @@ public final class JvmAnnotationNames {
CALLABLE_REFERENCE_WRAPPER,
LOCAL_FUNCTION,
ANONYMOUS_FUNCTION,
WHEN_ON_ENUM_MAPPINGS,
;
}
}