mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Record inner class info for interface and DefaultImpls
This commit is contained in:
@@ -34,4 +34,8 @@ public interface Trait {
|
||||
java.lang.String getNotNullVar();
|
||||
|
||||
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)
|
||||
static final class DefaultImpls {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user