[AA LC] Add test for modifiers of delegate fields
This commit is contained in:
committed by
Space Team
parent
95f5848e6c
commit
34af013913
+5
@@ -99,6 +99,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/DelegatedNested.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegatedProperty.kt")
|
||||
public void testDelegatedProperty() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/delegatedProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Delegation.kt")
|
||||
public void testDelegation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/Delegation.kt");
|
||||
|
||||
Reference in New Issue
Block a user