Progress; Restructuring

This commit is contained in:
dcodeIO
2017-10-02 12:52:15 +02:00
parent e14d02e040
commit f55fc70220
20 changed files with 1008 additions and 887 deletions

View File

@ -2,3 +2,6 @@ function simple(): void {
}
function typeparams<T, V extends T>(a: V | null = null): void {
}
@decorator()
function withdecorator(): void {
}