blob: 0751eff5aa8f02413d1d11783953fb6e9078c86a [file] [log] [blame]
Elliott Hughes68243612013-02-22 17:16:07 -08001Tests a dalvik bug where we'd treat an abstract method as an implementation
2of an interface method; the RI only cares about the visibility of the actual
3implementation in non-abstract subclasses.