Sha256: 3ca58ca4a6b54b817c89c684c73b0906a4a79e862c2e86c37204a99a252647ed
Contents?: true
Size: 336 Bytes
Versions: 141
Compression:
Stored size: 336 Bytes
Contents
return_with_no_value_in_if_body: { options = { conditionals: true }; input: { function foo(bar) { if (bar) { return; } else { return 1; } } } expect: { function foo (bar) { return bar ? void 0 : 1; } } }
Version data entries
141 entries across 138 versions & 7 rubygems