blob: e16d7814372eb72782b019be1126bca8d22e3750 [file] [log] [blame]
public class <error descr="Action class must have a no-argument constructor">MyActionWithoutDefaultCtor</error> extends com.intellij.openapi.actionSystem.AnAction {
public MyActionWithoutDefaultCtor(String something) {}
}