Corey

Results 2 issues of Corey

The following, unfortunately does not get matched: ```kotlin @JvmStatic @Override fun setName( element: TElement, @NonNls name: String ): TElement { // ... } ``` Only a lesser implementation like the...

Improvement suggestion: Allow users to specify a mapping between tokens and `LeafPsiElement` classes so that generated token accessors return the correct, customized `LeafPsiElement` types (and thus don't require casting every...