Join Slack
Communities
Powered by
anyone knows what is the kotlin equivalent to `Psi...
# intellij-plugins
m
Marc
03/21/2022, 3:32 PM
anyone knows what is the kotlin equivalent to
PsiPolyadicExpression
in java?
d
dimonchik0036
03/22/2022, 10:37 AM
The Kotlin doesn’t have a direct equivalent. It uses nested
KtBinaryExpression
to build a complex expression
m
Marc
03/22/2022, 1:11 PM
thank you very much!
2
Views
Open in Slack
Previous
Next