File tree 2 files changed +3
-3
lines changed
src/reflect/scala/reflect/internal/pickling 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ abstract class UnPickler {
254
254
|A full rebuild may help if ' $filename' was compiled against an incompatible version of ${owner.fullName}. $advice""" .stripMargin
255
255
val stubName = if (tag == EXTref ) name else name.toTypeName
256
256
// The position of the error message is set by `newStubSymbol`
257
- NoSymbol .newStubSymbol(stubName, missingMessage)
257
+ owner .newStubSymbol(stubName, missingMessage)
258
258
}
259
259
}
260
260
}
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Make sure that term memberHandlers is in your classpath and check for conflictin
4
4
A full rebuild may help if 'Imports.class' was compiled against an incompatible version of scala.tools.nsc.interpreter.IMain.
5
5
class IMain extends Imports
6
6
^
7
- t5148.scala:4: error: Symbol 'type <none> .Request.Wrapper' is missing from the classpath.
7
+ t5148.scala:4: error: Symbol 'type scala.tools.nsc.interpreter.IMain .Request.Wrapper' is missing from the classpath.
8
8
This symbol is required by 'value scala.tools.nsc.interpreter.Imports.wrapper'.
9
9
Make sure that type Wrapper is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
10
- A full rebuild may help if 'Imports.class' was compiled against an incompatible version of <none> .Request.
10
+ A full rebuild may help if 'Imports.class' was compiled against an incompatible version of scala.tools.nsc.interpreter.IMain .Request.
11
11
class IMain extends Imports
12
12
^
13
13
two errors found
You can’t perform that action at this time.
0 commit comments