[FIR] Fix Substitution scope key to avoid accidental matches
This commit is contained in:
committed by
teamcityserver
parent
2dc6467b5d
commit
60141ccbaa
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user