FE 1.0: introduce DELEGATE_USES_EXTENSION_PROPERTY_TYPE_PARAMETER error
#KT-24643 Fixed
This commit is contained in:
+12
@@ -7119,6 +7119,18 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/typeMismatchForThisGetParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("useTypeParameterOfExtensionProperty.kt")
|
||||
public void testUseTypeParameterOfExtensionProperty() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/useTypeParameterOfExtensionProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("useTypeParameterOfExtensionProperty_Disabled.kt")
|
||||
public void testUseTypeParameterOfExtensionProperty_Disabled() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/useTypeParameterOfExtensionProperty_Disabled.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("wrongCountOfParametersInGet.kt")
|
||||
public void testWrongCountOfParametersInGet() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user