Skip to content

Commit

Permalink
Add test case for exclude-interfaces bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Milano committed Nov 15, 2018
1 parent 59ad6cf commit 712a3cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/exclude-interfaces/spec.exclude-interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ interface TestInterface2 {
}

abstract class AbstractClass2 implements TestInterface2 {
/**
* @override
*/
func1() {
}
func2() {
Expand Down

0 comments on commit 712a3cf

Please sign in to comment.