[LC] render all type annotations in tests
^KT-66603
This commit is contained in:
committed by
Space Team
parent
66d1839d20
commit
3c8a95e623
+16
@@ -0,0 +1,16 @@
|
||||
public enum E /* p.E*/ {
|
||||
@kotlin.Deprecated(message = "a") Entry1,
|
||||
Entry2,
|
||||
@kotlin.Deprecated(message = "b") Entry3;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static @org.jetbrains.annotations.NotNull() kotlin.enums.EnumEntries<p.E> getEntries();// getEntries()
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static p.E valueOf(java.lang.String) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;// valueOf(java.lang.String)
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static p.E[] values();// values()
|
||||
|
||||
private E();// .ctor()
|
||||
}
|
||||
Reference in New Issue
Block a user