Rename a couple of files and tweak some docs.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
IO.print("abcd".startsWith(null)) // expect runtime error: Argument must be a string.
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
IO.print("abcd".startsWith(null)) // expect runtime error: Argument must be a string.
|
||||