[LC] render all type annotations in tests
^KT-66603
This commit is contained in:
committed by
Space Team
parent
66d1839d20
commit
3c8a95e623
+6
-6
@@ -26,13 +26,13 @@ public enum Event /* Event*/ {
|
||||
public static final Event upTo(@org.jetbrains.annotations.NotNull() State);// upTo(State)
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static Event valueOf(java.lang.String) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;// valueOf(java.lang.String)
|
||||
public static @org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() Event[] values();// values()
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static Event[] values();// values()
|
||||
public static @org.jetbrains.annotations.NotNull() Event valueOf(java.lang.String) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;// valueOf(java.lang.String)
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static kotlin.enums.EnumEntries<Event> getEntries();// getEntries()
|
||||
public static @org.jetbrains.annotations.NotNull() kotlin.enums.EnumEntries<Event> getEntries();// getEntries()
|
||||
|
||||
private Event();// .ctor()
|
||||
|
||||
@@ -51,13 +51,13 @@ public enum State /* State*/ {
|
||||
public static final State.Companion Companion;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static State valueOf(java.lang.String) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;// valueOf(java.lang.String)
|
||||
public static @org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() State[] values();// values()
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static State[] values();// values()
|
||||
public static @org.jetbrains.annotations.NotNull() State valueOf(java.lang.String) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;// valueOf(java.lang.String)
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static kotlin.enums.EnumEntries<State> getEntries();// getEntries()
|
||||
public static @org.jetbrains.annotations.NotNull() kotlin.enums.EnumEntries<State> getEntries();// getEntries()
|
||||
|
||||
private State();// .ctor()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user