Fix exhaustiveness check for when with subject variable
This commit is contained in:
@@ -22520,6 +22520,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/when/withSubjectVariable/smartcastToEnum.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("smartcastToSealed.kt")
|
||||
public void testSmartcastToSealed() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/when/withSubjectVariable/smartcastToSealed.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("softModifierName.kt")
|
||||
public void testSoftModifierName() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/when/withSubjectVariable/softModifierName.kt");
|
||||
|
||||
Reference in New Issue
Block a user