K2: don't throw an exception for type parameter case in isJavaTypeOnThePath
#KT-63569 Fixed
This commit is contained in:
committed by
Space Team
parent
8924e46458
commit
3b7f43a9c2
+6
@@ -21058,6 +21058,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/javaLangStringCtr.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaLikeCallOnTypeParameter.kt")
|
||||
public void testJavaLikeCallOnTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/javaLikeCallOnTypeParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaStaticImport.kt")
|
||||
public void testJavaStaticImport() throws Exception {
|
||||
|
||||
+6
@@ -21058,6 +21058,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/javaLangStringCtr.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaLikeCallOnTypeParameter.kt")
|
||||
public void testJavaLikeCallOnTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/javaLikeCallOnTypeParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaStaticImport.kt")
|
||||
public void testJavaStaticImport() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user