Hendrik Wagner
Results
2
issues of
Hendrik Wagner
Introducing the keyword `expose`: ```java func myFuncA (x, y) => { return x + y! expose x to myFuncB! } func myFuncB () => { return x! } print(myFuncB())! //undefined...
## Description Currently, the only way to enable completion without ctrl + space is through the preferences.txt file, however this is usually a sought-after feature within a few days of...