| 754 | } |
| 755 | |
| 756 | class MyBeautifulConstruct extends Construct { |
| 757 | constructor(scope: Construct, id: string) { |
| 758 | super(scope, id); |
| 759 | } |
| 760 | } |
| 761 | |
| 762 | interface ValidationError { |
| 763 | readonly source: IConstruct; |
nothing calls this directly
no outgoing calls
no test coverage detected