[K1, K2] Use safe names when accessing to type parameters
^KT-57529 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user