Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Nov 22, 2024
1 parent 9582220 commit d685ce1
Showing 1 changed file with 0 additions and 83 deletions.
83 changes: 0 additions & 83 deletions packages/typedoc-declaration/fixtures/900/main.ts
Original file line number Diff line number Diff line change
@@ -1,83 +0,0 @@
// /**
// * class description
// */
// class A {
// // /**
// // * constructor description
// // */
// constructor(a: string) {}

// // m0(p0: string, p1: number) {}
// }

// class B {}

// /**
// * @category custom
// */
// class A {
// constructor(a: string) {}
// }

// class B {}

// function a(b: string): void {}

/**
* say hi
*/
class C {
// a(b: string): void
// a(b: number): void
// a(b: number | string): void {}
a(): void {}
}

class D {
a(): void {}
}

// class C {
// a(): void {}
// // b(): void {}
// }

// class D {
// a(): void {}
// // b(): void {}
// }

// function a() {}



// enum C {
// /**
// * @category G
// */
// A,
// B,
// C,
// }

// function b(u: null) {}

// // interface B {}

// // type T = number

// // enum C {}

// // /**
// // * @category G
// // */
// // class A {
// // m() {}
// // static f() {}
// // static p = 1
// // }

// // class B {
// // bm() {}
// // static g() {}
// // }

0 comments on commit d685ce1

Please sign in to comment.