blob: 3f88a7a940d46b50d05cbefac08df8c9714c4333 [file] [log] [blame]
public class Foo {
public void handleInsert(InsertionContext context, LookupElement item) {
if (hasParams(context, item)<caret>)
}
private static boolean hasParams(InsertionContext context, LookupElement item) {
return false;
}
}