Rename tests.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[1, 2, 3].all("string") // expect runtime error: String does not implement method 'call' with 1 argument.
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
[1, 2, 3].all("string") // expect runtime error: String does not implement method 'call' with 1 argument.
|
||||