Add test with false/true positives for KT-24643

This commit is contained in:
Mikhail Glukhikh
2022-06-24 11:40:35 +02:00
committed by Space
parent 65bb6abae4
commit 3223d3c3e9
6 changed files with 70 additions and 0 deletions
@@ -8336,6 +8336,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/delegatedProperty/useTypeParameterOfExtensionProperty.kt");
}
@Test
@TestMetadata("useTypeParameterOfExtensionProperty2.kt")
public void testUseTypeParameterOfExtensionProperty2() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/useTypeParameterOfExtensionProperty2.kt");
}
@Test
@TestMetadata("useTypeParameterOfExtensionProperty_Disabled.kt")
public void testUseTypeParameterOfExtensionProperty_Disabled() throws Exception {