Resolve generic bounds of all classes prior to supertypes
This commit is contained in:
@@ -2986,6 +2986,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/generics/RecursiveUpperBoundWithTwoArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("resolveGenericBoundsBeforeSupertypes.kt")
|
||||
public void testResolveGenericBoundsBeforeSupertypes() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/generics/resolveGenericBoundsBeforeSupertypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/generics/tpAsReified")
|
||||
public static class TpAsReified extends AbstractDiagnosticsTestWithEagerResolve {
|
||||
public void testAllFilesPresentInTpAsReified() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user