atom / language-java

Java package for Atom
Other
62 stars 58 forks source link

Add more tests for constants in tree-sitter grammar #247

Closed sadikovi closed 3 years ago

sadikovi commented 3 years ago

Requirements

Description of the Change

The PR adds more tests for various types of constants in situations when they are used as class fields, method names, field names, and in switch statements.

Alternate Designs

N/A

Benefits

N/A

Possible Drawbacks

N/A

Applicable Issues