Deprecate and don't write KotlinSyntheticClass$Kind, to be removed later
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ public interface TraitClassObjectField {
|
||||
private Companion() { /* compiled code */ }
|
||||
}
|
||||
|
||||
@kotlin.jvm.internal.KotlinSyntheticClass(version = {0, 27, 0}, abiVersion = 27, kind = kotlin.jvm.internal.KotlinSyntheticClass.Kind.TRAIT_IMPL)
|
||||
@kotlin.jvm.internal.KotlinSyntheticClass(version = {0, 27, 0}, abiVersion = 27)
|
||||
static final class DefaultImpls {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user