aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/forAsmDelegateTesting/Complex.java
blob: 88c17cd515d585d9595efc74afb828807f1a984e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Class contains everything, for delegate comparing..

public class Complex {

  int field1;
  String field2;
  Foo[] field3;



  static class Foo {
  }
}