When you run in JIT mode, it works fine. When you run code using `@select` in AoT mode, it just turns into a no-op. Looking at the output suggests that the decorator code is simply missing after transpilation.
When you run in JIT mode, it works fine. When you run code using
@selectin AoT mode, it just turns into a no-op.Looking at the output suggests that the decorator code is simply missing after transpilation.