-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
SpreeSuitable for a future SpreeSuitable for a future Spreearea:reportingError reporting including formatting, implicit suggestions, etcError reporting including formatting, implicit suggestions, etcexp:noviceitype:bug
Milestone
Description
Compiler version
3.0.0
Minimized code
val x: Int = "not an int"
Output
[error] 9 |val x: Int = "not an int"
[error] | ^^^^^^^^^^^^
[error] | Found: |("not an int" : String)
[error] | Required: |Int
Expectation
output
[error] 9 |val x: Int = "not an int"
[error] | ^^^^^^^^^^^^
[error] | Found: ("not an int" : String)
[error] | Required: Int
Metadata
Metadata
Assignees
Labels
SpreeSuitable for a future SpreeSuitable for a future Spreearea:reportingError reporting including formatting, implicit suggestions, etcError reporting including formatting, implicit suggestions, etcexp:noviceitype:bug