summaryrefslogtreecommitdiffstats
path: root/tests/066-mismatched-super/src2/Defs.java
blob: bab92d8424a9b73d08551ab8cda836cb7607528a (plain)
1
2
3
4
5
6
7
// Copyright 2008 The Android Open Source Project

public interface Defs {
    public void func();

    // func2 not defined
}