Fatal: Internal error 2011032201
<h3><details><summary>Original Reporter info from Mantis: <small>Gilby</small></summary><small> - **Reporter name:** Szabó Zsolt </small></details></h3> ## Description: When inside a procedure you declare a string constant and writes another string literal after the semicolon you got internal error 2011032201 at compile time, instead of an error message. ## Steps to reproduce: ``` pascal program ConstString; procedure Test; const TestString='abc';'def'; begin writeln(TestString); end; begin Test; end. ``` ## Mantis conversion info: - **Mantis ID:** 38874 - **OS:** Windows 10 Professional - **OS Build:** 20H2 - **Build:** 2021/02/21 - **Platform:** amd64 - **Version:** 3.2.0 - **Monitored by:** » Gilby (Szabó Zsolt)
issue