mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 01:43:59 -05:00
Added test for decorators.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// @experimentalDecorators: true
|
||||
|
||||
class CtorDtor {}
|
||||
|
||||
@CtorDtor
|
||||
class C {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user