Files
Dmitry Neverov 50268274cd Support several postfix live templates on the same key
Need it for GO-4845 where same postfix sort template is expanded
differently depending on the type of the element it is invoked on.
2018-05-08 06:01:53 +02:00

5 lines
63 B
Java

public class Foo {
void m(int x) {
x.sameKey<caret>
}
}