blob: 9e0ae10e8905e5d05666d269ac20db7c778ffd72 [file] [log] [blame]
import com.intellij.codeInsight.template.postfix.templates.PostfixTemplate;
public class <warning descr="Postfix template must have 'before.*.template' and 'after.*.template' beside 'description.html'">MyTemplateWithoutBeforeAfter</warning> extends PostfixTemplate{
}