Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/assert/notBooleanExpression.java
2013-12-19 12:35:51 +04:00

8 lines
125 B
Java

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