Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/src/main/scala-3.6.4/replpp/DottyRandomStuff.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ private[replpp] object DottyRandomStuff {
new StoreReporter(null) with UniqueMessagePositions with HideNonSensicalMessages
}

/** Based on https://github.com/scala/scala3/blob/3.6.4/compiler/src/dotty/tools/repl/ParseResult.scala#L135
/** Based on https://github.com/scala/scala3/blob/3.7.0/compiler/src/dotty/tools/repl/ParseResult.scala#L135
* change: removed [private] classifier so we can access it...
* alternatively we could use reflection...
*/
Expand Down
Loading