[AA LC] Add test for modifiers of delegate fields

This commit is contained in:
Dmitriy Novozhilov
2022-10-03 17:51:24 +03:00
committed by Space Team
parent 95f5848e6c
commit 34af013913
10 changed files with 221 additions and 0 deletions
@@ -108,6 +108,12 @@ public class SymbolLightClassesByFqNameForLibraryTestGenerated extends AbstractS
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/DelegatedNested.kt");
}
@Test
@TestMetadata("delegatedProperty.kt")
public void testDelegatedProperty() throws Exception {
runTest("compiler/testData/asJava/lightClasses/delegatedProperty.kt");
}
@Test
@TestMetadata("Delegation.kt")
public void testDelegation() throws Exception {
@@ -72,6 +72,12 @@ public class SymbolLightClassesByPsiForLibraryTestGenerated extends AbstractSymb
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/defaultMethodInKotlinWithSettingAllCompatibility.kt");
}
@Test
@TestMetadata("DelegatedProperty.kt")
public void testDelegatedProperty() throws Exception {
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/DelegatedProperty.kt");
}
@Test
@TestMetadata("delegatesWithAnnotations.kt")
public void testDelegatesWithAnnotations() throws Exception {
@@ -108,6 +108,12 @@ public class SymbolLightClassesParentingForLibraryTestGenerated extends Abstract
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/DelegatedNested.kt");
}
@Test
@TestMetadata("delegatedProperty.kt")
public void testDelegatedProperty() throws Exception {
runTest("compiler/testData/asJava/lightClasses/delegatedProperty.kt");
}
@Test
@TestMetadata("Delegation.kt")
public void testDelegation() throws Exception {
@@ -108,6 +108,12 @@ public class SymbolLightClassesByFqNameForSourceTestGenerated extends AbstractSy
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/DelegatedNested.kt");
}
@Test
@TestMetadata("delegatedProperty.kt")
public void testDelegatedProperty() throws Exception {
runTest("compiler/testData/asJava/lightClasses/delegatedProperty.kt");
}
@Test
@TestMetadata("Delegation.kt")
public void testDelegation() throws Exception {
@@ -72,6 +72,12 @@ public class SymbolLightClassesByPsiForSourceTestGenerated extends AbstractSymbo
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/defaultMethodInKotlinWithSettingAllCompatibility.kt");
}
@Test
@TestMetadata("DelegatedProperty.kt")
public void testDelegatedProperty() throws Exception {
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/DelegatedProperty.kt");
}
@Test
@TestMetadata("delegatesWithAnnotations.kt")
public void testDelegatesWithAnnotations() throws Exception {
@@ -108,6 +108,12 @@ public class SymbolLightClassesParentingForSourceTestGenerated extends AbstractS
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/DelegatedNested.kt");
}
@Test
@TestMetadata("delegatedProperty.kt")
public void testDelegatedProperty() throws Exception {
runTest("compiler/testData/asJava/lightClasses/delegatedProperty.kt");
}
@Test
@TestMetadata("Delegation.kt")
public void testDelegation() throws Exception {