Retain data flow info after string template expressions

This commit is contained in:
Alexander Udalov
2012-11-13 15:19:53 +04:00
parent 950f912154
commit 2872a0799a
3 changed files with 17 additions and 2 deletions
@@ -1261,6 +1261,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/dataFlowInfoTraversal/Return.kt");
}
@TestMetadata("StringTemplate.kt")
public void testStringTemplate() throws Exception {
doTest("compiler/testData/diagnostics/tests/dataFlowInfoTraversal/StringTemplate.kt");
}
@TestMetadata("ThisSuper.kt")
public void testThisSuper() throws Exception {
doTest("compiler/testData/diagnostics/tests/dataFlowInfoTraversal/ThisSuper.kt");