summaryrefslogtreecommitdiff
path: root/test/files/neg/bug452.check
blob: 028cf240a702a3efded566acacbb5b107951724a (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