Generate debug information for 'when' subject variable
NB debugger tests currently don't support language version or individual language feature settings.
This commit is contained in:
@@ -2811,6 +2811,26 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/when/simpleConstValsInsideWhen.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("subjectValHasLocalVariableSlot.kt")
|
||||
public void testSubjectValHasLocalVariableSlot() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/when/subjectValHasLocalVariableSlot.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("subjectValInEnumWhenHasLocalVariableSlot.kt")
|
||||
public void testSubjectValInEnumWhenHasLocalVariableSlot() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/when/subjectValInEnumWhenHasLocalVariableSlot.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("subjectValInIntWhenHasLocalVariableSlot.kt")
|
||||
public void testSubjectValInIntWhenHasLocalVariableSlot() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/when/subjectValInIntWhenHasLocalVariableSlot.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("subjectValInStringWhenHasLocalVariableSlot.kt")
|
||||
public void testSubjectValInStringWhenHasLocalVariableSlot() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/when/subjectValInStringWhenHasLocalVariableSlot.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("whenNull.kt")
|
||||
public void testWhenNull() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/when/whenNull.kt");
|
||||
|
||||
Reference in New Issue
Block a user