runtime: allow comparing interfaces in reflectValueEqual()

This commit is contained in:
Damian Gryski
2021-11-23 13:40:13 -08:00
committed by Ayke
parent 18f4ffd656
commit 18242bc26a
3 changed files with 17 additions and 0 deletions
+3
View File
@@ -71,3 +71,6 @@ constant number
0
-2147483648 / -1: -2147483648
-2147483648 % -1: 0
interface equality
a==b false
b==b2 true