testdata for IDEA-63731

This commit is contained in:
anna
2013-05-03 13:30:04 +02:00
parent a2525d9de2
commit ad5f3cbab1
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,6 @@
class Test {
{
Integer i = 9;
byte b = (byte) (i >> 2);
}
}