Defs.java revision 7365493ad8d360c1dcf9cd8b6eee62747af01cae
1// Copyright 2008 The Android Open Source Project
2
3public interface Defs {
4    public void func();
5
6    // func2 not defined
7}
8