(context: &Context)
| 461 | } |
| 462 | |
| 463 | fn create_null_keyword(context: &Context) -> NullKeyword { |
| 464 | NullKeyword { |
| 465 | range: context.create_range_from_last_token(), |
| 466 | } |
| 467 | } |
| 468 | |
| 469 | #[cfg(test)] |
| 470 | mod tests { |
no test coverage detected
searching dependent graphs…