NI: intersect DFI types before capturing
^KT-37887 Fixed
This commit is contained in:
+5
@@ -1866,6 +1866,11 @@ public class FirOldFrontendDiagnosticsTestWithStdlibGenerated extends AbstractFi
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/integerLiterals.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intersectDfiTypesBeforeCapturing.kt")
|
||||
public void testIntersectDfiTypesBeforeCapturing() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/intersectDfiTypesBeforeCapturing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intersectionInputType.kt")
|
||||
public void testIntersectionInputType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/intersectionInputType.kt");
|
||||
|
||||
Reference in New Issue
Block a user