[LC] add tests on declarations with JvmName and value classes

^KT-63087
This commit is contained in:
Dmitrii Gridin
2024-01-03 17:10:30 +01:00
committed by Space Team
parent aae8cd2a7c
commit e0f524b6b3
15 changed files with 352 additions and 0 deletions
@@ -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()
}