Searched refs:UnresStuff (Results 1 – 4 of 4) sorted by relevance
8 UnresStuff stuff = new UnresStuff(); in run()42 int y = UnresStuff.staticField; in run()48 UnresStuff.staticField = 17; in run()55 double d = UnresStuff.wideStaticField; in run()61 UnresStuff.wideStaticField = 1.0; in run()74 UnresStuff.staticMethod(); in run()
30 UnresStuff stuff = new UnresStuff(); in run()
7 public class UnresStuff { class