From 3f6e9ad0257eb8657004fa789fa04db1d180bbc8 Mon Sep 17 00:00:00 2001 From: Peter Gromov Date: Mon, 28 Sep 2009 15:10:50 +0400 Subject: [PATCH] missing file --- .../parsing/groovy/expressions/typecast/una6.test | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/groovy/testdata/parsing/groovy/expressions/typecast/una6.test diff --git a/plugins/groovy/testdata/parsing/groovy/expressions/typecast/una6.test b/plugins/groovy/testdata/parsing/groovy/expressions/typecast/una6.test new file mode 100644 index 0000000000..501368fbab --- /dev/null +++ b/plugins/groovy/testdata/parsing/groovy/expressions/typecast/una6.test @@ -0,0 +1,17 @@ +++ ! (int) a +----- +Groovy script + Unary expression + PsiElement(++)('++') + PsiWhiteSpace(' ') + Unary expression + PsiElement(!)('!') + PsiWhiteSpace(' ') + Typecast expression + PsiElement(()('(') + Built in type + PsiElement(int)('int') + PsiElement())(')') + PsiWhiteSpace(' ') + Reference expression + PsiElement(identifier)('a') \ No newline at end of file -- 2.11.4.GIT