1 line
83 B
Plaintext
1 line
83 B
Plaintext
IO.print("abcd".endsWith(null)) // expect runtime error: Argument must be a string. |
IO.print("abcd".endsWith(null)) // expect runtime error: Argument must be a string. |