aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1845.scala
diff options
context:
space:
mode:
authorJonathan Brachthäuser <jonathan@b-studios.de>2017-01-08 16:37:33 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-01-08 20:11:15 +0100
commit7113db7a638868edd72e5f1a89a16ed85641a20f (patch)
tree28312b0eab96ed8ed42a180db6c3e468796e3188 /tests/neg/i1845.scala
parent42227a61e1a9cbdb9bfdc8cf2e99e3f675f9994e (diff)
downloaddotty-7113db7a638868edd72e5f1a89a16ed85641a20f.tar.gz
dotty-7113db7a638868edd72e5f1a89a16ed85641a20f.tar.bz2
dotty-7113db7a638868edd72e5f1a89a16ed85641a20f.zip
Improve error position and drop second error since it is pruned
Diffstat (limited to 'tests/neg/i1845.scala')
-rw-r--r--tests/neg/i1845.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/neg/i1845.scala b/tests/neg/i1845.scala
index e3e5787e6..1ecffdc7d 100644
--- a/tests/neg/i1845.scala
+++ b/tests/neg/i1845.scala
@@ -1,3 +1,3 @@
object Test {
type X = FooBar22.this // error
-} // error
+}