Open abeln opened 5 years ago
The pattern matcher can't distinguish between
??? match { case a: Array[String|Null] => ??? case a: Array[String] => ??? }
Should we warn the user when they try to do this?
The pattern matcher can't distinguish between
Should we warn the user when they try to do this?