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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [multiple_finit.java] - Blame information for rev 765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
// Class multiple_finit
2
// Generated on Mon Jan  3 20:07:18 PST 2000
3
//
4
 
5
class multiple_finit {
6
 
7
  int foo = 99;
8
 
9
  class multiple_finit_inner {
10
    int inner = 34;
11
    void test () {
12
      System.out.println (inner);
13
      System.out.println (foo);
14
    }
15
  }
16
  void foo (String s)
17
  {
18
    multiple_finit_inner inn = this.new multiple_finit_inner ();
19
    inn.test ();
20
    System.out.println (foo);
21
  }
22
  void testx () { }
23
  public static void main (String[] arg)
24
  {
25
    System.out.println ("Testing class `multiple_finit'...");
26
    new multiple_finit().foo ("");
27
  }
28
}

powered by: WebSVN 2.1.0

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