Files
openide/java/java-tests/testData/inspection/suspiciousCalls/Wildcard/expected.xml
T
2009-09-25 21:27:33 +04:00

10 lines
233 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>6</line>
<description>'List&lt;? extends Number&gt;' may not contain objects of type 'String'</description>
</problem>
</problems>