From 4c5b265e66bebf890b6f9e53cddeb512774b1613 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Sat, 15 Dec 2012 21:36:16 -0800 Subject: Test and fixes for invoke-interface on java.lang.Object methods. Bug: 7614818 Change-Id: I704596cf3d36887e6d6d589cb3ec89e31d5b8901 --- .../src/SubObjectOverridingInterface.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/022-interface/src/SubObjectOverridingInterface.java (limited to 'test/022-interface/src/SubObjectOverridingInterface.java') diff --git a/test/022-interface/src/SubObjectOverridingInterface.java b/test/022-interface/src/SubObjectOverridingInterface.java new file mode 100644 index 0000000000..7babdcd332 --- /dev/null +++ b/test/022-interface/src/SubObjectOverridingInterface.java @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2012 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +public interface SubObjectOverridingInterface extends ObjectOverridingInterface { +} -- cgit v1.2.3-59-g8ed1b