OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [inner3.java] - Rev 765

Compare with Previous | Blame | View Log

// Class inner3
// Generated on Tue Dec  7 11:37:43 PST 1999
//
 
class inner3 {
  int bar;
  public static void main (String[] arg)
  {
    System.out.println ("Testing class `inner3'...");
    new inner3().bar ();
  }
  void bar () {
    t xx = this.new t ();
    xx.bar ();
  }
  void foo () { bar = 3; }
  class t {
    void bar () {
      inner3.this.foo ();
      System.out.println (inner3.this.bar);
    }
  }
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.