summaryrefslogtreecommitdiff
path: root/test/files/run/t1459.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2017-01-10 15:12:11 -0800
committerAdriaan Moors <adriaan@lightbend.com>2017-01-24 16:33:44 -0800
commitdc7ff5dd8402ea9cc1109bf729035b82c1340a51 (patch)
treec1e33987ee5f5fa18cd95742c0809df4d7512027 /test/files/run/t1459.check
parent90a764bcba2ae51dce4b82aa10c670b9467ccbdf (diff)
downloadscala-dc7ff5dd8402ea9cc1109bf729035b82c1340a51.tar.gz
scala-dc7ff5dd8402ea9cc1109bf729035b82c1340a51.tar.bz2
scala-dc7ff5dd8402ea9cc1109bf729035b82c1340a51.zip
SI-9013 SI-1459 Tests for inherited @varargs annotations
Diffstat (limited to 'test/files/run/t1459.check')
-rw-r--r--test/files/run/t1459.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t1459.check b/test/files/run/t1459.check
new file mode 100644
index 0000000000..93b4c5a810
--- /dev/null
+++ b/test/files/run/t1459.check
@@ -0,0 +1,3 @@
+JavaPrinter: one two three
+InheritingPrinter extends JavaPrinter: one two three
+ScalaPrinter: onetwothree