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
+16
@@ -26,6 +26,22 @@ public final class MyClass /* MyClass*/ {
|
||||
|
||||
private final int x7;
|
||||
|
||||
@AnotherUniversalAnnotation()
|
||||
@java.lang.Deprecated()
|
||||
public static void getX7$annotations();// getX7$annotations()
|
||||
|
||||
@PropertyAnnotation()
|
||||
@java.lang.Deprecated()
|
||||
public static void getX1$annotations();// getX1$annotations()
|
||||
|
||||
@PropertyOrFieldAnnotation()
|
||||
@java.lang.Deprecated()
|
||||
public static void getX2$annotations();// getX2$annotations()
|
||||
|
||||
@UniversalAnnotation()
|
||||
@java.lang.Deprecated()
|
||||
public static void getX5$annotations();// getX5$annotations()
|
||||
|
||||
public MyClass(@AnotherUniversalAnnotation() @ParameterAnnotation() @UniversalAnnotation() int, int, @PropertyOrParameterAnnotation() int, @ParameterOrFieldAnnotation() int, int, @AnotherUniversalAnnotation() int, @UniversalAnnotation() int);// .ctor(int, int, int, int, int, int, int)
|
||||
|
||||
public final int getX1();// getX1()
|
||||
|
||||
Reference in New Issue
Block a user