[FIR] Check DELEGATE_USES_EXTENSION_PROPERTY_TYPE_PARAMETER for anonymous objects
^KT-64102 Fixed
This commit is contained in:
committed by
Space Team
parent
8ee54a9045
commit
c4e0cafe9c
+6
@@ -10570,6 +10570,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/useTypeParameterOfExtensionProperty2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("useTypeParameterOfExtensionProperty3.kt")
|
||||
public void testUseTypeParameterOfExtensionProperty3() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/useTypeParameterOfExtensionProperty3.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("useTypeParameterOfExtensionProperty_Disabled.kt")
|
||||
public void testUseTypeParameterOfExtensionProperty_Disabled() throws Exception {
|
||||
|
||||
+6
@@ -10570,6 +10570,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/useTypeParameterOfExtensionProperty2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("useTypeParameterOfExtensionProperty3.kt")
|
||||
public void testUseTypeParameterOfExtensionProperty3() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/useTypeParameterOfExtensionProperty3.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("useTypeParameterOfExtensionProperty_Disabled.kt")
|
||||
public void testUseTypeParameterOfExtensionProperty_Disabled() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user