summaryrefslogtreecommitdiff
path: root/test/files/pos/t3951/Test_2.scala
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2010-12-03 18:47:01 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2010-12-03 18:47:01 +0000
commit627adab5dbddcef8bd57d2b40eaa6a6e40c06cab (patch)
tree2eb20e317f78612a2c2c8a47dc0e8f7420ddfd2d /test/files/pos/t3951/Test_2.scala
parent3a783937bf97a9180e303da90cea8077f75d3e9b (diff)
downloadscala-627adab5dbddcef8bd57d2b40eaa6a6e40c06cab.tar.gz
scala-627adab5dbddcef8bd57d2b40eaa6a6e40c06cab.tar.bz2
scala-627adab5dbddcef8bd57d2b40eaa6a6e40c06cab.zip
close #3951. review by dubochet.
Diffstat (limited to 'test/files/pos/t3951/Test_2.scala')
-rw-r--r--test/files/pos/t3951/Test_2.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/t3951/Test_2.scala b/test/files/pos/t3951/Test_2.scala
new file mode 100644
index 0000000000..2519543008
--- /dev/null
+++ b/test/files/pos/t3951/Test_2.scala
@@ -0,0 +1,4 @@
+object Test {
+ new Coll
+ trait T extends StatDoc
+}