Message View: cannot use a local variable declared in a statement as an input parameter in a message

Issue #229 duplicate
Omar Alam created an issue

Currently we cannot use a local variable declared in a statement (e.g., a String s) and then use it in message afterwards.

Comments (2)

  1. Matthias Schoettle

    What is the purpose of the local variable declared in a statement? Is it initialized with a default value or something?

  2. Log in to comment