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

This reverts commit e77f5c7764.
This commit is contained in:
Dmitrii Gridin
2023-02-13 17:28:35 +01:00
parent 761553ea75
commit 607b8f6b61
5 changed files with 17 additions and 32 deletions
@@ -300,12 +300,6 @@ 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,12 +300,6 @@ 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 {