Skip to content

Commit

Permalink
Add explanatory comment for palantir#1454
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Oct 10, 2016
1 parent 82cd3ac commit 3de8910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/rules/adjacent-overload-signatures/test.ts.lint
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ interface i5 {
}

interface i6 {
// ensure no false positives for properties/methods available from prototype chain
toString(): string;
}

Expand Down

0 comments on commit 3de8910

Please sign in to comment.