| 3 | |
| 4 | /** Lint rule that disallows coercion class members. */ |
| 5 | export class Rule extends Lint.Rules.AbstractRule { |
| 6 | apply(sourceFile: ts.SourceFile) { |
| 7 | return this.applyWithFunction( |
| 8 | sourceFile, |
nothing calls this directly
no outgoing calls
no test coverage detected