comparison test/runtime/6626217/You_Have_Been_P0wned.java @ 1715:495caa35b1b5

6977952: Test: Sync missing tests from hs16.3 to hs17.x Reviewed-by: wrockett
author asaha
date Tue, 17 Aug 2010 22:52:50 -0700
parents
children
comparison
equal deleted inserted replaced
1714:f121b2772674 1715:495caa35b1b5
1
2 // I can cast any old thing I want to this type object:
3 public class You_Have_Been_P0wned {
4 // Make a bunch of int-fields so I can peek & poke it
5 int _a;
6 int _b;
7 int _c;
8 int _d;
9
10 }
11