summaryrefslogtreecommitdiffstats
path: root/tests/bugs/interInherit/a_impl/AImpl.java
blob: 65c9725cab0886a45d12349056722c3ee7bbdb0c (plain)
1
2
3
4
5
6
7
8
package a_impl;

import a_intf.A;

public class AImpl
  implements A
{
}