Support @@cfg in function branches
Closed this issue · 2 comments
leostera commented
Currently, this is unsupported:
let foo a = function
| 0 -> "0"
| 1 -> "1"
[@@cfg (disable=true)]
And the expected behavior is that we can remove that function branch with the annotation.