aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/redef6.java
blob: 1489d5e048d63f075df6782f75ac8e63f294eb42 (plain)
1
2
3
4
5
6
package bar.foo;
// Redefining and stuffing the redefined class with something

class redef6 {
  class redef6 {int foo;}
}