summaryrefslogtreecommitdiff
path: root/test/files/neg/t4098.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4098.scala')
-rw-r--r--test/files/neg/t4098.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/neg/t4098.scala b/test/files/neg/t4098.scala
index 744d6191b5..2e6d167646 100644
--- a/test/files/neg/t4098.scala
+++ b/test/files/neg/t4098.scala
@@ -1,6 +1,6 @@
-class A(a: Any) {
- def this() = {
- this(b)
+class A(a: Any) {
+ def this() = {
+ this(b)
def b = new {}
}