Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/editable/sameKeyBoolean.java
T
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
67 B
Java

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