Deprecate and don't write KotlinSyntheticClass$Kind, to be removed later

This commit is contained in:
Alexander Udalov
2015-10-01 18:13:52 +03:00
parent 5bb47c8365
commit 056bb3f833
23 changed files with 58 additions and 158 deletions
@@ -29,8 +29,10 @@ public @interface KotlinSyntheticClass {
int[] version() default {};
Kind kind();
@Deprecated
Kind kind() default Kind.LOCAL_FUNCTION;
@Deprecated
enum Kind {
PACKAGE_PART,
TRAIT_IMPL,