How can I get another part of brace?
If I have a
KtSingleValueToken LPAR = new KtSingleValueToken("LPAR", "(");
in kotlin, how can I get another part of **this** pair in code, I mean `)`. I know IDE can do that, because when I click the left pair, two of this pair are highlighted, so how to achieve that? thanks a lot!
Please sign in to leave a comment.