inference: unchecked warning in type params bounds (IDEA-152758)

This commit is contained in:
Anna Kozlova
2016-03-14 17:48:06 +01:00
parent 14c18f73ed
commit e31a812438
3 changed files with 24 additions and 0 deletions
@@ -982,4 +982,8 @@ public class GenericsHighlighting8Test extends LightDaemonAnalyzerTestCase {
public void testLooseInvocationContextForProperPrimitiveTypes() throws Exception {
doTest();
}
public void testUncheckedWarningsInsideIncorporationPhase() throws Exception {
doTest();
}
}