[SLC] Support generics and ignore whitespace in KtSuperTypeList.findEntry

This commit is contained in:
Pavel Mikhailovskii
2023-02-13 14:47:45 +00:00
committed by Space Team
parent a9cae3fe87
commit e77f5c7764
5 changed files with 32 additions and 17 deletions
@@ -300,6 +300,12 @@ public class SymbolLightClassesByPsiForLibraryTestGenerated extends AbstractSymb
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/typealiasInTypeArguments.kt");
}
@Test
@TestMetadata("unresolvedGenericSupertypes.kt")
public void testUnresolvedGenericSupertypes() throws Exception {
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/unresolvedGenericSupertypes.kt");
}
@Test
@TestMetadata("unresolvedWithAliasedImport.kt")
public void testUnresolvedWithAliasedImport() throws Exception {
@@ -300,6 +300,12 @@ public class SymbolLightClassesByPsiForSourceTestGenerated extends AbstractSymbo
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/typealiasInTypeArguments.kt");
}
@Test
@TestMetadata("unresolvedGenericSupertypes.kt")
public void testUnresolvedGenericSupertypes() throws Exception {
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/unresolvedGenericSupertypes.kt");
}
@Test
@TestMetadata("unresolvedWithAliasedImport.kt")
public void testUnresolvedWithAliasedImport() throws Exception {