testdata for IDEA-63731

This commit is contained in:
anna
2013-05-03 12:00:40 +02:00
parent a2525d9de2
commit ad5f3cbab1
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class Test {
{
Integer i = 9;
byte b = (byte) (i >> 2);
}
}

View File

@@ -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); }
}