Add tests for deprecated properties

This commit is contained in:
Dmitry Petrov
2020-07-21 18:28:17 +03:00
parent e84339a0d3
commit d93885e71c
8 changed files with 312 additions and 0 deletions
@@ -289,6 +289,11 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
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");