summaryrefslogtreecommitdiff
path: root/test/files/pos/t9111-inliner-workaround/Test_1.scala
Commit message (Collapse)AuthorAgeFilesLines
* Workaround for SI-9111Lukas Rytz2015-03-111-0/+10
The inliner forces some method symbols to complete that would not be completed otherwise. This triggers SI-9111, in which the completer of a valid Java method definition reports an error in mixed compilation. The workaround disables error reporting while completing lazy method and class symbols in the backend.