Fix visibility of $annotations methods
This commit is contained in:
committed by
Space Team
parent
b4004763cc
commit
46844100d5
+10
@@ -26,6 +26,16 @@ public static final class Companion /* C.Companion*/ {
|
||||
public final int getY();// getY()
|
||||
}
|
||||
|
||||
public class O /* O*/ {
|
||||
private final int protectedProperty;
|
||||
|
||||
private final int getPrivateProperty();// getPrivateProperty()
|
||||
|
||||
protected final int getProtectedProperty();// getProtectedProperty()
|
||||
|
||||
public O();// .ctor()
|
||||
}
|
||||
|
||||
public final class PropertyAnnotationsKt /* PropertyAnnotationsKt*/ {
|
||||
@kotlin.jvm.Transient()
|
||||
@kotlin.jvm.Volatile()
|
||||
|
||||
Reference in New Issue
Block a user