aboutsummaryrefslogtreecommitdiff
path: root/smalidea/testData/MissingDotDot.smalidea
diff options
context:
space:
mode:
Diffstat (limited to 'smalidea/testData/MissingDotDot.smalidea')
-rw-r--r--smalidea/testData/MissingDotDot.smalidea9
1 files changed, 9 insertions, 0 deletions
diff --git a/smalidea/testData/MissingDotDot.smalidea b/smalidea/testData/MissingDotDot.smalidea
new file mode 100644
index 00000000..5e8e6b6e
--- /dev/null
+++ b/smalidea/testData/MissingDotDot.smalidea
@@ -0,0 +1,9 @@
+.method public blah()V
+ invoke-virtual/range {v0 v1}, Lblah;->blah()V
+
+ invoke-virtual/range {v0 .blah v1}, Lblah;->blah()V
+
+ .catch Ljava/lang/Exception; { :blah1 :blah2 } :blah3
+
+ .catch Ljava/lang/Exception; { :blah1 .blah :blah2 } :blah3
+.end method \ No newline at end of file