mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Adding missing blank
This commit is contained in:
parent
40d12a0995
commit
04dad2cc22
@ -3357,7 +3357,7 @@ module ts {
|
||||
var sourceProp = getPropertyOfApparentType(<ApparentType>source, targetProp.name);
|
||||
if (sourceProp !== targetProp) {
|
||||
if (!sourceProp) {
|
||||
if (relation ===subtypeRelation || !isOptionalProperty(targetProp)) {
|
||||
if (relation === subtypeRelation || !isOptionalProperty(targetProp)) {
|
||||
if (reportErrors) {
|
||||
reportError(Diagnostics.Property_0_is_missing_in_type_1, symbolToString(targetProp), typeToString(source));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user