Add support of backticks in JetPsiMatcher

This commit is contained in:
Alexey Sedunov
2013-06-13 18:33:57 +04:00
parent 6629892dad
commit e13508c22b
4 changed files with 21 additions and 1 deletions
@@ -250,6 +250,11 @@ public class JetPsiMatcherTest extends AbstractJetPsiMatcherTest {
doTestExpressions("idea/testData/jetPsiMatcher/expressions/simpleName/simpleName.kt");
}
@TestMetadata("simpleName2.kt")
public void testSimpleName2() throws Exception {
doTestExpressions("idea/testData/jetPsiMatcher/expressions/simpleName/simpleName2.kt");
}
@TestMetadata("_simpleName.kt")
public void test_simpleName() throws Exception {
doTestExpressions("idea/testData/jetPsiMatcher/expressions/simpleName/_simpleName.kt");