Home | History | Annotate | Download | only in src
      1 // Copyright 2008 The Android Open Source Project
      2 
      3 public class Base implements Defs {
      4     public void func() {
      5         System.out.println("whee");
      6     }
      7 };
      8