diff options
Diffstat (limited to 'tests/bugs150/pr84260/I2.java')
-rw-r--r-- | tests/bugs150/pr84260/I2.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bugs150/pr84260/I2.java b/tests/bugs150/pr84260/I2.java new file mode 100644 index 000000000..6e36b2dc7 --- /dev/null +++ b/tests/bugs150/pr84260/I2.java @@ -0,0 +1,9 @@ +import static a.b.c.A.*; + +public class I2 { + + public static void main(String []argv) { + m(); + } + +} |