We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f715645 commit 32eb4acCopy full SHA for 32eb4ac
tests/neg/i5978.scala
@@ -7,8 +7,8 @@ trait TokenParser[Token, R]
7
object TextParser {
8
given TP as TokenParser[Char, Position[CharSequence]] {}
9
10
- given FromCharToken as Conversion[Char, Position[CharSequence]]
11
- given (T: TokenParser[Char, Position[CharSequence]]) = ???
+ given FromCharToken as Conversion[Char, Position[CharSequence]] given
+ (T: TokenParser[Char, Position[CharSequence]]) = ???
12
}
13
14
0 commit comments