NI: intersect DFI types before capturing
^KT-37887 Fixed
This commit is contained in:
+5
@@ -2881,6 +2881,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
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");
|
||||
|
||||
compiler/tests/org/jetbrains/kotlin/checkers/javac/DiagnosticsTestWithStdLibUsingJavacGenerated.java
Generated
+5
@@ -2881,6 +2881,11 @@ public class DiagnosticsTestWithStdLibUsingJavacGenerated extends AbstractDiagno
|
||||
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