Files
Ernie Rael 2025af165e patch 9.0.2160: instanceof() should use varargs as second arg
Problem:  instanceof() should use varargs as second arg
Solution: Modify `instanceof()` to use varargs instead of list

Modify `instanceof()` to use varargs instead of list
Valid `instanceof()` arguments are `type`s. A `type` is not a value;
it cannot be added to a list.

This change is non-compatible with the current usage of instanceof;
but instanceof is relatively new and it's a trivial change.

fixes: #13421
closes: #13644

Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-12-12 16:58:00 +01:00
..
2023-06-10 21:40:39 +01:00
2023-04-22 22:40:14 +01:00
2023-04-22 22:40:14 +01:00
2023-02-02 13:59:48 +00:00
2023-02-02 13:59:48 +00:00
2023-02-20 20:44:55 +00:00
2023-05-14 18:50:25 +01:00
2022-12-06 18:20:10 +00:00
2023-09-09 11:31:38 +02:00
2023-06-10 21:40:39 +01:00
2023-02-20 20:44:55 +00:00
2022-11-23 23:46:31 +00:00
2022-12-06 18:20:10 +00:00
2023-02-20 20:44:55 +00:00
2023-05-14 18:50:25 +01:00
2022-11-09 21:21:04 +00:00
2023-02-20 20:44:55 +00:00
2023-04-22 22:40:14 +01:00
2023-02-20 20:44:55 +00:00
2023-10-02 21:47:13 +02:00
2023-02-27 15:49:53 +00:00
2023-06-10 21:40:39 +01:00
2023-04-22 22:40:14 +01:00
2023-12-11 17:32:09 +01:00
2023-02-20 20:44:55 +00:00
2023-09-11 20:23:11 +02:00
2023-08-10 06:19:18 +02:00
2023-05-14 18:50:25 +01:00
2023-02-20 20:44:55 +00:00
2023-04-22 22:40:14 +01:00
2022-11-23 23:46:31 +00:00
2023-02-20 20:44:55 +00:00
2022-11-09 21:21:04 +00:00
2023-02-20 20:44:55 +00:00
2023-04-22 22:40:14 +01:00
2023-04-22 22:40:14 +01:00
2023-09-09 11:31:38 +02:00