Home | History | Annotate | Download | only in src2
      1 // Copyright 2008 The Android Open Source Project
      2 
      3 public interface Defs {
      4     public void func();
      5 
      6     // func2 not defined
      7 }
      8