PSI2IR more JVM-like exhaustive when behavior KT-36840
This commit is contained in:
@@ -4820,6 +4820,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/when/exhaustiveWhenReturn.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("exhaustiveWhenSpecialCases.kt")
|
||||
public void testExhaustiveWhenSpecialCases() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/when/exhaustiveWhenSpecialCases.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("exhaustiveWhenUnit.kt")
|
||||
public void testExhaustiveWhenUnit() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/when/exhaustiveWhenUnit.kt");
|
||||
|
||||
Reference in New Issue
Block a user