Add test for exhaustive when with subject of Boolean! type
This commit is contained in:
committed by
teamcityserver
parent
09994ee8ea
commit
8a2e0cedf9
+6
@@ -31001,6 +31001,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/when/ExhaustiveNullable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExhaustivePlatformBoolean.kt")
|
||||
public void testExhaustivePlatformBoolean() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/when/ExhaustivePlatformBoolean.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExhaustivePlatformEnum.kt")
|
||||
public void testExhaustivePlatformEnum() throws Exception {
|
||||
|
||||
+6
@@ -31001,6 +31001,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/when/ExhaustiveNullable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExhaustivePlatformBoolean.kt")
|
||||
public void testExhaustivePlatformBoolean() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/when/ExhaustivePlatformBoolean.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExhaustivePlatformEnum.kt")
|
||||
public void testExhaustivePlatformEnum() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user