aboutsummaryrefslogtreecommitdiff
path: root/smalidea/testData/ParamListInvalidParameter.txt
diff options
context:
space:
mode:
authorBen Gruver <bgruv@google.com>2015-02-26 09:53:17 -0800
committerBen Gruver <bgruv@google.com>2015-03-04 20:56:49 -0800
commit62958a70910dd1fd588c27053606abe7138d55e7 (patch)
tree6e78d0c8cb5c2fabcc5e27f5c1ed33cbbad6c23a /smalidea/testData/ParamListInvalidParameter.txt
parent1d3d657b7f9328490db94593b53e63f86b555b03 (diff)
downloadsmali-62958a70910dd1fd588c27053606abe7138d55e7.tar.gz
Improve some error recovery around open/close parens in method prototypes
Diffstat (limited to 'smalidea/testData/ParamListInvalidParameter.txt')
-rw-r--r--smalidea/testData/ParamListInvalidParameter.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/smalidea/testData/ParamListInvalidParameter.txt b/smalidea/testData/ParamListInvalidParameter.txt
index b7ee932b..ea94d463 100644
--- a/smalidea/testData/ParamListInvalidParameter.txt
+++ b/smalidea/testData/ParamListInvalidParameter.txt
@@ -30,10 +30,9 @@ smali.FILE
SmaliMethodPrototype(METHOD_PROTOTYPE)
PsiElement(OPEN_PAREN)('(')
SmaliMethodParamList(METHOD_PARAM_LIST)
- PsiErrorElement:no viable alternative at input 'f'
- PsiElement(SIMPLE_NAME)('f')
- PsiElement(CLOSE_PAREN)(')')
- PsiErrorElement:no viable alternative at input '.end method'
<empty list>
+ PsiErrorElement:extraneous input 'f' expecting CLOSE_PAREN
+ PsiElement(SIMPLE_NAME)('f')
+ PsiElement(CLOSE_PAREN)(')')
PsiWhiteSpace('\n')
PsiElement(END_METHOD_DIRECTIVE)('.end method') \ No newline at end of file