summaryrefslogtreecommitdiff
path: root/test/files/neg/t593.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t593.scala')
-rw-r--r--test/files/neg/t593.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/neg/t593.scala b/test/files/neg/t593.scala
new file mode 100644
index 0000000000..df7199a42a
--- /dev/null
+++ b/test/files/neg/t593.scala
@@ -0,0 +1,2 @@
+trait Wrapper[T](x : T) {
+}