| jeffhao | 5d1ac92 | 2011-09-29 17:41:15 -0700 | [diff] [blame^] | 1 | // Copyright 2008 The Android Open Source Project |
| 2 | |||||
| 3 | /** | ||||
| 4 | * Public class that can't access its interface. | ||||
| 5 | */ | ||||
| 6 | public class Inaccessible3 implements InaccessibleInterface { | ||||
| 7 | public Inaccessible3() { | ||||
| 8 | System.out.println("--- inaccessible3"); | ||||
| 9 | } | ||||
| 10 | } | ||||