Skip to content

Conversation

retronym
Copy link
Member

Was:

[warn] /Users/jason/code/dotty/src/dotty/tools/dotc/printing/PlainPrinter.scala:107: non-variable type argument dotty.tools.dotc.core.Types.RefinedType in type pattern List[dotty.tools.dotc.core.Types.RefinedType] is unchecked since it is eliminated by erasure
[warn]         val parent :: (refined: List[RefinedType]) =
[warn]                                 ^

Was:

    [warn] /Users/jason/code/dotty/src/dotty/tools/dotc/printing/PlainPrinter.scala:107: non-variable type argument dotty.tools.dotc.core.Types.RefinedType in type pattern List[dotty.tools.dotc.core.Types.RefinedType] is unchecked since it is eliminated by erasure
    [warn]         val parent :: (refined: List[RefinedType]) =
    [warn]                                 ^
@odersky
Copy link
Contributor

odersky commented Mar 14, 2014

This uncovered a problem with Dotty's treatment of annotations (actually, two problems). I'll integrate in a new pullrequest that fixes the problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants