Fully qualified (weird) exhaustive match

```

val option = Option(23)

option match {
case _: scala.Some[_] =>
case _: scala.None.type =>
}

 

0
Avatar
Permanently deleted user

What is the version of Intellij ?

0
Avatar
Permanently deleted user

IntelliJ IDEA 2018.3 (Ultimate Edition)
Build #IU-183.4284.148, built on November 21, 2018

0

请先登录再写评论。