redundant cast: recapture wildcards for non-physical elements (IDEA-153166)

This commit is contained in:
Anna.Kozlova
2016-03-17 18:04:01 +01:00
parent 1545f58d8d
commit ec5245ed00
4 changed files with 49 additions and 1 deletions
@@ -61,6 +61,10 @@ public class LambdaRedundantCastTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testCapturedWildcardInCast() throws Exception {
doTest();
}
private void doTest() {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", true, false);
}