summaryrefslogtreecommitdiff
path: root/test/files/pos/t0453.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t0453.scala')
-rw-r--r--test/files/pos/t0453.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t0453.scala b/test/files/pos/t0453.scala
index dfacc5eed7..d59a3d22f2 100644
--- a/test/files/pos/t0453.scala
+++ b/test/files/pos/t0453.scala
@@ -1,5 +1,5 @@
object Test {
- val foo = new {
+ val foo = new {
trait Bar
def l () : Bar = { new Bar {} }
}