summaryrefslogtreecommitdiff
path: root/test/files/pos/t4202.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t4202.scala')
-rw-r--r--test/files/pos/t4202.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t4202.scala b/test/files/pos/t4202.scala
index aca7d503ee..b2a0c0120a 100644
--- a/test/files/pos/t4202.scala
+++ b/test/files/pos/t4202.scala
@@ -2,7 +2,7 @@ object t4202_1 {
() => {
trait T {
def t = ()
- }
+ }
}
}