From 0184df5464284307ded7d21b92dcd983a814ef8b Mon Sep 17 00:00:00 2001 From: Roman Zimmermann Date: Sun, 25 Apr 2010 00:23:34 +0200 Subject: [PATCH] Missing definition of structs Checks wheter all idents that appear behind a dot in Lexpr are properly defined in a struct section. --- ag/torotil_01.3 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ag/torotil_01.3 diff --git a/ag/torotil_01.3 b/ag/torotil_01.3 new file mode 100644 index 0000000..84d6480 --- /dev/null +++ b/ag/torotil_01.3 @@ -0,0 +1,9 @@ +struct + one struct_not defined +end; + +method main(a b) + var something := 0x42; + var the := 0x42; + the.one.missing_struct := something; +end; -- 2.25.1