knocte opened this issue 3 years ago · 1 comments
Test1:
let foo (bar: string[]) = ()
should become:
let foo (bar: array<string>) = ()
Test2:
let foo = []
should become (same):
(should not change)
Fixed in 8265139