mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 14:33:41 +00:00
runtime: allow comparing interfaces in reflectValueEqual()
This commit is contained in:
Vendored
+3
@@ -71,3 +71,6 @@ constant number
|
||||
0
|
||||
-2147483648 / -1: -2147483648
|
||||
-2147483648 % -1: 0
|
||||
interface equality
|
||||
a==b false
|
||||
b==b2 true
|
||||
|
||||
Reference in New Issue
Block a user