Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/assert/notBooleanExpression.java
T

8 lines
125 B
Java

package templates;
public class Foo {
void m(String b, int value) {
b.assert<caret>
value = 123;
}
}