From 0e154f96faa39b3d6e7b264aa8c87e644525afca Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Sun, 18 Dec 2022 11:42:37 +0300 Subject: [PATCH] Test for qualified access of constants in functions --- test/contracts/toplevel_constants.aes | 1 + 1 file changed, 1 insertion(+) diff --git a/test/contracts/toplevel_constants.aes b/test/contracts/toplevel_constants.aes index f495fc2..4e82342 100644 --- a/test/contracts/toplevel_constants.aes +++ b/test/contracts/toplevel_constants.aes @@ -59,3 +59,4 @@ contract C = entrypoint f22() = c22 entrypoint f23() = c23 entrypoint f24() = c24 + entrypoint fqual() = C.c01