use of com.intellij.lang.javascript.inspections.actionscript.JSFieldCanBeLocalInspection in project intellij-plugins by JetBrains.
the class FlexHighlightingTest method testCanBeLocalInMxml.
@JSTestOptions({ JSTestOption.WithGumboSdk })
public void testCanBeLocalInMxml() throws Exception {
enableInspectionTool(new JSFieldCanBeLocalInspection());
doTestFor(true, getTestName(false) + ".mxml", getTestName(false) + "_other.as");
}
Aggregations