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:
@@ -10,7 +10,7 @@ public interface Generic <N, NN> {
|
||||
@org.jetbrains.annotations.Nullable
|
||||
NN b1(@org.jetbrains.annotations.Nullable NN nn);
|
||||
|
||||
@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