Fix minor bugs for UL methods and parameters representation
Remove INSTANCE field for local object declarations Remove private suspend functions create from UL Add correct extension function parameter name Add support for setparam annotation modifier
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
public abstract @interface Anno /* Anno*/ {
|
||||
}
|
||||
|
||||
public final class TestClass /* TestClass*/ {
|
||||
private int hello;
|
||||
|
||||
@null()
|
||||
public TestClass(int);
|
||||
|
||||
public final int getHello();
|
||||
|
||||
public final void setHello(@Anno() int);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user