Last change
on this file was 1389, checked in by bird, 21 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
220 bytes
|
Line | |
---|
1 | public class pr8676 {
|
---|
2 | // The problem here was that this function couldn't be compiled to
|
---|
3 | // bytecode.
|
---|
4 | private void f(long j) {
|
---|
5 | boolean x = (1 << j) != 0;
|
---|
6 | }
|
---|
7 |
|
---|
8 | public static void main(String[] args)
|
---|
9 | {
|
---|
10 | }
|
---|
11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.