Skip to content

Commit a7c0f7b

Browse files
committed
Added comment
1 parent 9305d48 commit a7c0f7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/types/ReferenceType.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,10 @@ export class ParamTypeFromValueReferenceType extends BscType {
644644
}
645645
}
646646

647-
647+
/**
648+
* Used when an IntersectionType has at least one member that may have default dynamic members.
649+
* If the inner type is not resolvable, this type will resolve to DynamicType.
650+
*/
648651
export class IntersectionWithDefaultDynamicReferenceType extends BscType {
649652
constructor(public baseType: BscType) {
650653
super('IntersectionWithDefaultDynamicReferenceType');

0 commit comments

Comments
 (0)