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