summaryrefslogtreecommitdiff
path: root/test/files/neg/t7494-right-after-terminal/sample_2.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-05-20 06:32:49 -0700
committerJason Zaugg <jzaugg@gmail.com>2013-05-20 06:32:49 -0700
commit2da0576017c05bd07d3d1f1c773119adc4c7876b (patch)
tree3cae8517a96d27c460e314367e1e291ba3955684 /test/files/neg/t7494-right-after-terminal/sample_2.scala
parent28f26fc5ee4b97657373334d910173961a91d275 (diff)
parent4ab66d1613da276712692001ed8f9f3c009736ab (diff)
downloadscala-2da0576017c05bd07d3d1f1c773119adc4c7876b.tar.gz
scala-2da0576017c05bd07d3d1f1c773119adc4c7876b.tar.bz2
scala-2da0576017c05bd07d3d1f1c773119adc4c7876b.zip
Merge pull request #2562 from som-snytt/issue/double-pluginv2.11.0-M3
SI-7494 Each plugin must only be instantiated once.
Diffstat (limited to 'test/files/neg/t7494-right-after-terminal/sample_2.scala')
-rw-r--r--test/files/neg/t7494-right-after-terminal/sample_2.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t7494-right-after-terminal/sample_2.scala b/test/files/neg/t7494-right-after-terminal/sample_2.scala
new file mode 100644
index 0000000000..73cdc64e40
--- /dev/null
+++ b/test/files/neg/t7494-right-after-terminal/sample_2.scala
@@ -0,0 +1,6 @@
+
+package sample
+
+// just a sample that is compiled with the sample plugin enabled
+object Sample extends App {
+}