mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
14 lines
234 B
Text
14 lines
234 B
Text
"abc".contains(123)
|
|
|
|
# output:
|
|
stdin:1:16
|
|
╷
|
|
1 │ "abc".contains(123)
|
|
╵ ^~~
|
|
Error: Needle must be a string.
|
|
|
|
stdin:1:15
|
|
╷
|
|
1 │ "abc".contains(123)
|
|
╵ ^
|
|
In call to method 'String.contains'.
|