summaryrefslogtreecommitdiff
path: root/test/files/neg/bug452.check
blob: 32c344881286e0dfc93eb233dc548081d0eebb63 (plain) (blame)
1
2
3
4
5
6
bug452.scala:3 error: type mismatch;
 found   : Test.type (with underlying type Test)
 required: Test.this.Foo
    def this() = this(this);
                      ^
one error found