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
Generated
+6
@@ -21058,6 +21058,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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