From 788cff9e24677dc19c3fc8687b836a6ff4131ba3 Mon Sep 17 00:00:00 2001 From: Gusztav Adamis <gusztav.adamis@ericsson.com> Date: Wed, 15 Jan 2025 23:51:52 +0000 Subject: [PATCH] Commentst to lengthof + inline template --- meetings/2024-11-19.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meetings/2024-11-19.md b/meetings/2024-11-19.md index fc1377c..bbc39fd 100644 --- a/meetings/2024-11-19.md +++ b/meetings/2024-11-19.md @@ -110,6 +110,8 @@ A dedicated notion for inline templates is not necessary, as they type annotations could be promoted to a type-conversion operator and template literals are already part of the language. +//since now there is no type-conversion operator this is not true -- AG + ## Modified Templates @@ -172,6 +174,7 @@ Semantics of list types need harmonization and simplification. ```ttcn3 lengthof('12*'H) // 3 +//NO: shall cause runtime error - AG lengthof({1,2,?}) // 3 lengthof({1,2,*}) // causes runtime error -- GitLab