kralli
03/25/2022, 5:27 PMval a: List<String>= listOf()
, where there is no whitespace in between the type parameter and the assignment.
Am I right when I conclude, that the PsiBuilder
does not allow for splitting tokens but only for remapping? So is it really not (trivially) possible to convert a GTEQ into a GT and an EQ?kralli
03/26/2022, 5:26 PMPsiBuilderImpl
, which would require a (substantial) change in the core.
However, I think, I found a viable solution to the problem by handling it analogous to the SAFE_CALL
or ELVIS
token types.