KT-35004: keep track of KotlinType for 'when' subject
This commit is contained in:
+5
@@ -21998,6 +21998,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/inMixedUnsignedRange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35004.kt")
|
||||
public void testKt35004() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/kt35004.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/ranges/unsigned/expression")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user