mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 04:03:20 +07:00
Need it for GO-4845 where same postfix sort template is expanded differently depending on the type of the element it is invoked on.
5 lines
67 B
Java
5 lines
67 B
Java
public class Foo {
|
|
void m(boolean x) {
|
|
x.sameKey<caret>
|
|
}
|
|
} |