}
private void doTest() throws Throwable {
myFixture.configureByFile(getTestName(false) + ".html");
final CodeInsightActionHandler handler = CodeInsightActions.GOTO_SUPER.forLanguage(DartLanguage.INSTANCE);
handler.invoke(getProject(), myFixture.getEditor(), myFixture.getFile());
myFixture.checkResultByFile(getTestName(false) + ".txt");
}
public void testGts1() throws Throwable {
doTest();