summaryrefslogtreecommitdiff
path: root/test/files/pos/t4402/Bar.java
blob: edc00a5fd139cc9fbd703d685b7fb53f055c631e (plain) (blame)
1
2
3
4
5
6
7
package other;

public class Bar extends test.Foo {
  void createMeSth(test.Foo.Inner aaa) {
    aaa.hello();
  }
}