[AA FIR] add tests on implicit type in delegated scope
^KT-58727
This commit is contained in:
committed by
Space Team
parent
6a8981372b
commit
4472e1ae4e
+10
@@ -244,6 +244,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/StubOrderForOverloads.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SubstitutionOverride.kt")
|
||||
public void testSubstitutionOverride() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/SubstitutionOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Throws.kt")
|
||||
public void testThrows() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/Throws.kt");
|
||||
@@ -403,6 +408,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
public void testProperty() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/delegation/Property.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("WithImplicitType.kt")
|
||||
public void testWithImplicitType() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/delegation/WithImplicitType.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/asJava/lightClasses/lightClassByFqName/facades")
|
||||
|
||||
Reference in New Issue
Block a user