consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

Support var out from expression statement #551

Closed VISTALL closed 4 years ago

VISTALL commented 4 years ago


test(out _, out int b);

b = 2;