testdata fixed

This commit is contained in:
Anna Kozlova
2015-02-19 20:40:47 +01:00
parent e58c2f1ed1
commit f6e4a45adf
@@ -39,6 +39,6 @@ public class CastToTypeTest extends LightCodeInsightFixtureTestCase {
myFixture.checkResultByFile(getTestName(true) + '_after.groovy')
}
void testSimple() {doTest('Cast to List<? extends Abc>')}
void testSimple() {doTest('Cast to List<capture of ? extends Abc>')}
void testInReturnType() {doTest('Cast to int')}
}