summaryrefslogtreecommitdiff
path: root/test/files/neg/t4098.check
blob: 232c082ec91fcd77746008f6d23c517e4705d75e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
t4098.scala:3: error: forward reference not allowed from self constructor invocation
    this(b)
         ^
t4098.scala:8: error: forward reference not allowed from self constructor invocation
    this(b)
         ^
t4098.scala:13: error: forward reference not allowed from self constructor invocation
    this(b)
         ^
t4098.scala:18: error: forward reference not allowed from self constructor invocation
    this(b)
         ^
four errors found