KT-54804 [SLC] Generate synthetic functions for annotations on properties in light classes
This commit is contained in:
committed by
Space Team
parent
111243f215
commit
7ac5233a32
@@ -77,6 +77,10 @@ public final class ClassWithConstContainer /* ClassWithConstContainer*/ {
|
||||
}
|
||||
|
||||
public static final class Companion /* C.Companion*/ {
|
||||
@java.lang.Deprecated()
|
||||
@kotlin.jvm.JvmStatic()
|
||||
public static void getX$annotations();// getX$annotations()
|
||||
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.String getC(@org.jetbrains.annotations.NotNull() I);// getC(I)
|
||||
@@ -155,6 +159,10 @@ public final class Obj /* Obj*/ implements java.lang.Runnable {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final Obj INSTANCE;
|
||||
|
||||
@java.lang.Deprecated()
|
||||
@kotlin.jvm.JvmStatic()
|
||||
public static void getX$annotations();// getX$annotations()
|
||||
|
||||
@java.lang.Override()
|
||||
public void run();// run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user