Updated tests.

This commit is contained in:
hrkrshnn
2021-09-15 12:56:29 +02:00
parent de01822999
commit 42c8310a63
3 changed files with 11 additions and 11 deletions
@@ -5,4 +5,4 @@ contract D
C.T x = L.T.wrap(uint(1));
}
// ----
// TypeError 7407: (86-103): Type user defined type T is not implicitly convertible to expected type user defined type T.
// TypeError 7407: (86-103): Type user defined type L.T is not implicitly convertible to expected type user defined type C.T.