Add tests for deprecated properties
This commit is contained in:
+5
@@ -59,6 +59,11 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/deprecatedLateinitVar.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deprecatedProperty.kt")
|
||||
public void testDeprecatedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/deprecatedProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("emptyMultifileFacade.kt")
|
||||
public void testEmptyMultifileFacade() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/emptyMultifileFacade.kt");
|
||||
|
||||
+5
@@ -59,6 +59,11 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
|
||||
runTest("compiler/testData/codegen/bytecodeListing/deprecatedLateinitVar.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deprecatedProperty.kt")
|
||||
public void testDeprecatedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/deprecatedProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("emptyMultifileFacade.kt")
|
||||
public void testEmptyMultifileFacade() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/emptyMultifileFacade.kt");
|
||||
|
||||
@@ -288,6 +288,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/declarations/delegatedProperties.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deprecatedProperty.kt")
|
||||
public void testDeprecatedProperty() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/deprecatedProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionProperties.kt")
|
||||
public void testExtensionProperties() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/extensionProperties.kt");
|
||||
|
||||
Reference in New Issue
Block a user