(name)
| 327 | |
| 328 | var ts_mode = CodeMirror.getMode({indentUnit: 2}, "application/typescript") |
| 329 | function TS(name) { |
| 330 | test.mode(name, ts_mode, Array.prototype.slice.call(arguments, 1)) |
| 331 | } |
| 332 | |
| 333 | TS("typescript_extend_type", |
| 334 | "[keyword class] [def Foo] [keyword extends] [type Some][operator <][type Type][operator >] {}") |