mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
Don't make traits and annotations inherit from KObject
#KT-5609 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public interface Trait extends kotlin.jvm.internal.KObject {
|
||||
public interface Trait {
|
||||
@org.jetbrains.annotations.NotNull
|
||||
java.lang.String notNull(@jet.runtime.typeinfo.JetValueParameter(name = "a") @org.jetbrains.annotations.NotNull java.lang.String a);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user