You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TypeError 5547: (28-30): Empty tuple on the left hand side.
27
+
// TypeError 7407: (35-41): Type tuple(int_const 1,int_const 3) is not implicitly convertible to expected type tuple(,tuple()).
28
+
// TypeError 5547: (78-80): Empty tuple on the left hand side.
29
+
// TypeError 7407: (87-93): Type tuple(int_const 1,int_const 3) is not implicitly convertible to expected type tuple(,tuple(,tuple())).
30
+
// TypeError 5547: (187-189): Empty tuple on the left hand side.
31
+
// TypeError 7407: (194-197): Type tuple(int256,int256) is not implicitly convertible to expected type tuple(,tuple()).
32
+
// TypeError 5547: (233-235): Empty tuple on the left hand side.
33
+
// TypeError 7407: (245-256): Type tuple(tuple(int_const 1,int_const 2),int_const 3) is not implicitly convertible to expected type tuple(tuple(,tuple()),).
34
+
// TypeError 5547: (291-293): Empty tuple on the left hand side.
35
+
// TypeError 7407: (302-313): Type tuple(tuple(int_const 1,int_const 2),int_const 3) is not implicitly convertible to expected type tuple(tuple(,tuple()),).
0 commit comments