blob: bab92d8424a9b73d08551ab8cda836cb7607528a [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001// Copyright 2008 The Android Open Source Project
2
3public interface Defs {
4 public void func();
5
6 // func2 not defined
7}