Skip to content

Warnings not shown in the REPL #4217

Closed
Closed
@smarter

Description

@smarter

The same code compiled by hand does show the warning:

scala> def foo(x: Option[Int]) = x match { case None => }
def foo(x: Option[Int]): Unit
scala>

Could you have a look @liufengyun ?

Metadata

Metadata

Assignees

Labels

area:replarea:reportingError reporting including formatting, implicit suggestions, etc

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions