Minor, add box test for unreachable uninitialized property
#KT-44496
This commit is contained in:
+5
@@ -23402,6 +23402,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/properties/typeInferredFromGetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unreachableUninitializedProperty.kt")
|
||||
public void testUnreachableUninitializedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/unreachableUninitializedProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/properties/const")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user