File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -777,8 +777,10 @@ declarators to be used by subsequent declarators in the type:
777
777
```
778
778
779
779
The ` type ` declarator is restricted by validation to disallow ` resource ` type
780
- definitions. Thus, the only resource types possible in an ` instancetype ` or
781
- ` componenttype ` are introduced by ` importdecl ` or ` exportdecl ` .
780
+ definitions, thereby preventing "private" resource type definitions from
781
+ appearing in component types and avoiding the [ avoidance problem] . Thus, the
782
+ only resource types possible in an ` instancetype ` or ` componenttype ` are
783
+ introduced by ` importdecl ` or ` exportdecl ` .
782
784
783
785
With what's defined so far, we can define component types using a mix of type
784
786
definitions:
You can’t perform that action at this time.
0 commit comments