Do subtyping between self types with captured type in special way
This commit is contained in:
+6
@@ -11765,6 +11765,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedInProjectedFlexibleType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturedTypesInSelfType.kt")
|
||||
public void testCapturedTypesInSelfType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypesInSelfType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("coerceFunctionLiteralToSuspend.kt")
|
||||
public void testCoerceFunctionLiteralToSuspend() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user