-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:reportingError reporting including formatting, implicit suggestions, etcError reporting including formatting, implicit suggestions, etcitype:enhancement
Description
trait Test[A]
object Test {
val a = new Test[Int, Int, Int, Int, Int] {}
}
-- [E022] Syntax Error: /home/olivier/colol.scala:38:14
38 | val a = new Test[Int, Int, Int, Int, Int] {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| Too many type arguments for Test[A]
| expected: [A]
| actual: [35mInt0m, 35mInt0m, 35mInt0m, 35mInt0m, 35mInt0m]
Metadata
Metadata
Assignees
Labels
area:reportingError reporting including formatting, implicit suggestions, etcError reporting including formatting, implicit suggestions, etcitype:enhancement