(
ifc: spec.InterfaceType,
overload: spec.Method,
_originalMethod: spec.Method,
)
| 1008 | } |
| 1009 | |
| 1010 | protected onInterfaceMethodOverload( |
| 1011 | ifc: spec.InterfaceType, |
| 1012 | overload: spec.Method, |
| 1013 | _originalMethod: spec.Method, |
| 1014 | ) { |
| 1015 | this.onInterfaceMethod(ifc, overload); |
| 1016 | } |
| 1017 | |
| 1018 | protected onInterfaceProperty(ifc: spec.InterfaceType, prop: spec.Property) { |
| 1019 | let apparentGetterType: spec.OptionalValue = prop; |
nothing calls this directly
no test coverage detected