mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
testdata for IDEA-63731
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
{
|
||||
Integer i = 9;
|
||||
byte b = (byte) (i >> 2);
|
||||
}
|
||||
}
|
||||
@@ -177,4 +177,5 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
|
||||
public void testRejectedTypeParamsForConstructor() { doTest(false, false); }
|
||||
public void testAnnotationArgs() throws Exception { doTest(false, false);}
|
||||
public void testIDEA70890() { doTest(false, false); }
|
||||
public void testIDEA63731() { doTest(false, false); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user