(checkType: TypeBuilder)
| 31 | |
| 32 | class ConditionalTypeBuilder { |
| 33 | check(checkType: TypeBuilder) { |
| 34 | return new ConditionalTypeBuilderWithCheckType(checkType) |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | class ConditionalTypeBuilderWithCheckType { |
no outgoing calls
no test coverage detected