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

7 lines
91 B
Java

public class Foo {
void m(Boolean x) {
x.assert<caret>
return;
}
}