aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/pos/i851.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/i851.java b/tests/pos/i851.java
index 39e0bf350..cfd86ccc4 100644
--- a/tests/pos/i851.java
+++ b/tests/pos/i851.java
@@ -5,4 +5,4 @@ interface J<T> extends I<T> {
};
}
-class C<T> extends J<T> {} \ No newline at end of file
+class C<T> implements J<T> {}