summaryrefslogtreecommitdiff
path: root/test/files/neg/bug839.check
blob: ec5206effa712934fa43c20b89af35d77ab163d0 (plain) (blame)
1
2
3
4
5
bug839.scala:25: error: method set cannot be accessed in object Test.this.FileImpl#treeBuilder
 because its instance type (Test.this.Global#Tree)scala.Unit contains a malformed type: Test.this.Global#Tree
  file.treeBuilder.set(nsc.get);
                  ^
one error found