[K1, K2] Use safe names when accessing to type parameters

^KT-57529 Fixed
This commit is contained in:
Ivan Kochurkin
2023-11-07 17:06:55 +01:00
parent 3188f01720
commit 64db96eda3
8 changed files with 42 additions and 3 deletions
@@ -12306,6 +12306,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/exceptions/incorrectCallOnILT.kt");
}
@Test
@TestMetadata("keywordsInsteadOfIdentifiers.kt")
public void testKeywordsInsteadOfIdentifiers() throws Exception {
runTest("compiler/testData/diagnostics/tests/exceptions/keywordsInsteadOfIdentifiers.kt");
}
@Test
@TestMetadata("kt24158.kt")
public void testKt24158() throws Exception {
@@ -12306,6 +12306,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/exceptions/incorrectCallOnILT.kt");
}
@Test
@TestMetadata("keywordsInsteadOfIdentifiers.kt")
public void testKeywordsInsteadOfIdentifiers() throws Exception {
runTest("compiler/testData/diagnostics/tests/exceptions/keywordsInsteadOfIdentifiers.kt");
}
@Test
@TestMetadata("kt24158.kt")
public void testKt24158() throws Exception {