in transforms/__testfixtures__/class/class-flow5.input.js [25:27]
doStuff: function(x: number, y: boolean): boolean { return y && (x > 0); },