(Type source)
| 6744 | return "_"; |
| 6745 | } |
| 6746 | @Override |
| 6747 | public Type apply(Type source) { |
| 6748 | return Type.Void; |
| 6749 | } |
| 6750 | }; |
| 6751 | /** |
| 6752 | * Indicates that the given element is selected entirely. |
nothing calls this directly
no test coverage detected