psi2ir: update testData for property references

This commit is contained in:
Dmitry Petrov
2019-03-13 16:03:22 +03:00
parent 5b5f3a7468
commit c86ef5da53
9 changed files with 287 additions and 22 deletions
@@ -1062,6 +1062,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/primitivesImplicitConversions.kt");
}
@TestMetadata("propertyReferences.kt")
public void testPropertyReferences() throws Exception {
runTest("compiler/testData/ir/irText/expressions/propertyReferences.kt");
}
@TestMetadata("references.kt")
public void testReferences() throws Exception {
runTest("compiler/testData/ir/irText/expressions/references.kt");