mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testdata fixed
This commit is contained in:
@@ -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')}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user