Fully qualified (weird) exhaustive match Permanently deleted user 创建于 2018年11月28日 14:50 ``` val option = Option(23)option match {case _: scala.Some[_] =>case _: scala.None.type =>}
What is the version of Intellij ?
IntelliJ IDEA 2018.3 (Ultimate Edition)
Build #IU-183.4284.148, built on November 21, 2018