summaryrefslogtreecommitdiff
path: root/test/files/run/t7569.check
diff options
context:
space:
mode:
authorFrançois Garillot <francois@garillot.net>2013-06-21 13:49:37 +0200
committerFrançois Garillot <francois@garillot.net>2013-06-24 12:02:46 +0200
commit272b165a57d39529a9eb5996bbba64e0c368e43e (patch)
treea984685d07f1e439e3cc9bdb6ce1ca6b8345b4ac /test/files/run/t7569.check
parentb29e515205581d58d239464daadf37f0f1537519 (diff)
downloadscala-272b165a57d39529a9eb5996bbba64e0c368e43e.tar.gz
scala-272b165a57d39529a9eb5996bbba64e0c368e43e.tar.bz2
scala-272b165a57d39529a9eb5996bbba64e0c368e43e.zip
SI-7569 Fix end position in PostfixSelect tree
introduced in 5b54681: the end position of Postfix operators should take the operator length into account. review by @som-snytt
Diffstat (limited to 'test/files/run/t7569.check')
-rw-r--r--test/files/run/t7569.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/run/t7569.check b/test/files/run/t7569.check
new file mode 100644
index 0000000000..98513c3ab2
--- /dev/null
+++ b/test/files/run/t7569.check
@@ -0,0 +1,12 @@
+source-newSource1.scala,line-3,offset=49 A.this.one
+source-newSource1.scala,line-3,offset=49 A.this
+source-newSource1.scala,line-4,offset=67 A.super.<init>()
+source-newSource1.scala,line-4,offset=67 A.super.<init>
+source-newSource1.scala,line-4,offset=67 this
+source-newSource1.scala,line-3,offset=49 A.this.one
+source-newSource1.scala,line-3,offset=49 A.this
+RangePosition(newSource1.scala, 55, 57, 65) scala.Int.box(1).toString()
+RangePosition(newSource1.scala, 55, 57, 65) scala.Int.box(1).toString
+RangePosition(newSource1.scala, 55, 55, 56) scala.Int.box(1)
+NoPosition scala.Int.box
+NoPosition scala.Int