(classType)
| 74870 | } |
| 74871 | } |
| 74872 | function getSuperClass(classType) { |
| 74873 | var x = getBaseTypes(classType); |
| 74874 | if (x.length === 0) { |
| 74875 | return undefined; |
| 74876 | } |
| 74877 | return getIntersectionType(x); |
| 74878 | } |
| 74879 | function reportNonexistentProperty(propNode, containingType, isUncheckedJS) { |
| 74880 | var errorInfo; |
| 74881 | var relatedInfo; |
no test coverage detected
searching dependent graphs…