[LC] add tests on declarations with JvmName and value classes
^KT-63087
This commit is contained in:
committed by
Space Team
parent
aae8cd2a7c
commit
e0f524b6b3
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
public final class UTypeDeclarationClass /* one.UTypeDeclarationClass*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private java.lang.String getter;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private java.lang.String nothing;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private java.lang.String setter;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private java.lang.String setterAndGetter;
|
||||
|
||||
public UTypeDeclarationClass();// .ctor()
|
||||
}
|
||||
Reference in New Issue
Block a user