Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE in SourceRangeVerifier (when debugging)
Some nodes may return null for structuralFeatures if those nodes are usually not available at given AST/Preview level (eg StringTemplateExpression.propertyDescriptors(apiLevel, previewEnabled). So let's handle this possible null case more gracefully.
- Loading branch information