summaryrefslogtreecommitdiff
path: root/test/files/neg/t5148.check
blob: 8c895d7b479a76cfbc697fd58bd6528e0aaa74e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
t5148.scala:4: error: Symbol 'term scala.tools.nsc.interpreter.IMain.memberHandlers' is missing from the classpath.
This symbol is required by 'method scala.tools.nsc.interpreter.Imports.allReqAndHandlers'.
Make sure that term memberHandlers is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
A full rebuild may help if 'Imports.class' was compiled against an incompatible version of scala.tools.nsc.interpreter.IMain.
class IMain extends Imports
            ^
t5148.scala:4: error: Symbol 'type <none>.Request.Wrapper' is missing from the classpath.
This symbol is required by 'value scala.tools.nsc.interpreter.Imports.wrapper'.
Make sure that type Wrapper is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
A full rebuild may help if 'Imports.class' was compiled against an incompatible version of <none>.Request.
class IMain extends Imports
      ^
two errors found