TypeScript/tests/cases/compiler/typeOfPrototype.ts

6 lines
100 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
class Foo {
bar = 3;
static bar = '';
}
Foo.prototype.bar = undefined; // Should be OK