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