2018-05-19 00:03:05 -04:00

12 lines
165 B
JavaScript

class Foo {
foo() {
switch (1) {
case (MatrixType.IsScaling | MatrixType.IsTranslation):
}
}
bar() {
switch ((typeA << 4) | typeB) {}
}
}