[LC] render all type annotations in tests
^KT-66603
This commit is contained in:
committed by
Space Team
parent
66d1839d20
commit
3c8a95e623
+9
-5
@@ -10,14 +10,18 @@ public final class Test /* Test*/ {
|
||||
@MyAnnotation2()
|
||||
public final void setBar(@MyAnnotation3() @org.jetbrains.annotations.NotNull() java.lang.String);// setBar(java.lang.String)
|
||||
|
||||
@MyAnnotation4()
|
||||
@java.lang.Deprecated()
|
||||
public static void getBar$annotations();// getBar$annotations()
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final kotlin.Unit getFooP(@MyAnnotation7() int);// getFooP(int)
|
||||
public final kotlin.Unit getFooP(@MyAnnotation7() @MyAnnotation8() int);// getFooP(@MyAnnotation8() int)
|
||||
|
||||
public Test(@MyAnnotation6() @org.jetbrains.annotations.NotNull() java.lang.String);// .ctor(java.lang.String)
|
||||
|
||||
public final void fooF(@MyAnnotation7() int);// fooF(int)
|
||||
public final void fooF(@MyAnnotation7() @MyAnnotation8() int);// fooF(@MyAnnotation8() int)
|
||||
|
||||
public final void fooWithNullableReceiver(@MyAnnotation7() @org.jetbrains.annotations.Nullable() java.lang.Integer, long);// fooWithNullableReceiver(java.lang.Integer, long)
|
||||
public final void fooWithNullableReceiver(@MyAnnotation7() @org.jetbrains.annotations.Nullable() @MyAnnotation8() java.lang.Integer, long);// fooWithNullableReceiver(@MyAnnotation8() java.lang.Integer, long)
|
||||
|
||||
public final void setFooP(@MyAnnotation7() int, @org.jetbrains.annotations.NotNull() kotlin.Unit);// setFooP(int, kotlin.Unit)
|
||||
}
|
||||
public final void setFooP(@MyAnnotation7() @MyAnnotation8() int, @org.jetbrains.annotations.NotNull() kotlin.Unit);// setFooP(@MyAnnotation8() int, kotlin.Unit)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user