java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toLowerCase (java.util.Locale)' on a null object reference #7772 Closed AkashRatanpara opened on Apr ...
For now, both methods just convert the char to a String and call the corresponding methods from java.lang.String: /* Conversions */ def toUpperCase(c: scala.Char): scala.Char = c.toString.toUpperCase( ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results