You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
```ada
function Fun_1 return String is
['a', 'b', 'c'];
```
Here expression function returns an array aggregate.
Closes #308