diff --git a/meetings/2024-11-19.md b/meetings/2024-11-19.md index fc1377c54be3a03a7f8ea9bc3f43616d3da8ef6e..bbc39fd53156b16b04591806fc8537ef594a74a0 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