File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- -- [E172] Type Error: tests/neg/scala-uri.scala:30 :59 ------------------------------------------------------------------
2
- 30 |@main def Test = summon[QueryKeyValue[(String, None.type)]] // error
1
+ -- [E172] Type Error: tests/neg/scala-uri.scala:31 :59 ------------------------------------------------------------------
2
+ 31 |@main def Test = summon[QueryKeyValue[(String, None.type)]] // error
3
3
| ^
4
4
|No best given instance of type QueryKeyValue[(String, None.type)] was found for parameter x of method summon in object Predef.
5
5
|I found:
Original file line number Diff line number Diff line change
1
+ //> using options -source:3.6
1
2
import scala .language .implicitConversions
2
3
3
4
trait QueryKey [A ]
Original file line number Diff line number Diff line change 1
- //> using options -Xmax-inlines:33
1
+ //> using options -Xmax-inlines:35
2
2
3
3
import scala .deriving .Mirror
4
4
import scala .compiletime ._
You can’t perform that action at this time.
0 commit comments