summaryrefslogtreecommitdiffstats
path: root/tests/bugs173/pr408014/Code.java
blob: ee219c4a021a380bea1d14b656a642beb0d5a373 (plain)
1
2
3
4
5
6
class Code implements Foo.Intface {}

class Foo {
  interface Intface {}
}