summaryrefslogblamecommitdiff
path: root/test/files/neg/t4098.check
blob: 7d69cf151c36ea02f506d315b8f0a4843d6b97a6 (plain) (tree)
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