mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Deprecate and don't write KotlinSyntheticClass$Kind, to be removed later
This commit is contained in:
@@ -35,7 +35,7 @@ public interface Trait {
|
||||
|
||||
void setNotNullVar(@org.jetbrains.annotations.NotNull java.lang.String p);
|
||||
|
||||
@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