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