Test for qualified access of constants in functions

This commit is contained in:
Gaith Hallak 2022-12-18 11:42:37 +03:00
parent 95d372c718
commit 0e154f96fa

View File

@ -59,3 +59,4 @@ contract C =
entrypoint f22() = c22 entrypoint f22() = c22
entrypoint f23() = c23 entrypoint f23() = c23
entrypoint f24() = c24 entrypoint f24() = c24
entrypoint fqual() = C.c01