Logan Smyth 63b328ce87 Revert "babylon: throw parse error if class properties do not have a semicolon (fixes T6873)"
This reverts commit 976edfc06740e434d1d5b136e28996a77f909403.
2016-02-06 18:36:31 -08:00

8 lines
86 B
JavaScript

call(class {
static test = true
});
export default class {
static test = true
};