redundant cast: open capture to compare old and new result types

This commit is contained in:
Anna Kozlova
2016-03-11 10:51:37 +01:00
parent 320904a20f
commit 23df4bf2a1
3 changed files with 22 additions and 3 deletions
@@ -56,6 +56,11 @@ public class LambdaRedundantCastTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testCastInMethodCallQualifierWithWildcardReturn() throws Exception {
doTest();
}
private void doTest() {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", true, false);
}