We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This code:
pub fn main() { echo case <<12:size(1)>> { <<12:size(1)>> -> 1 _ -> 2 } }
Outputs 2 instead of 1 when ran on the JS target
2
1