Home | History | Annotate | Download | only in b
      1 package com.android.stubs.b;
      2 public class B
      3 {
      4 public  B() { throw new RuntimeException("Stub!"); }
      5 }
      6