[FIR] Fix Substitution scope key to avoid accidental matches

This commit is contained in:
Mikhail Glukhikh
2020-10-28 11:53:51 +03:00
committed by teamcityserver
parent 2dc6467b5d
commit 60141ccbaa
6 changed files with 362 additions and 2 deletions
@@ -1761,6 +1761,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt");
}
@TestMetadata("DelegationAndInheritanceFromJava.kt")
public void testDelegationAndInheritanceFromJava() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/DelegationAndInheritanceFromJava.kt");
}
@TestMetadata("deprecated.kt")
public void testDeprecated() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/deprecated.kt");