summaryrefslogtreecommitdiff
path: root/test/files/pos/t3938/Parent.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3938/Parent.java')
-rw-r--r--test/files/pos/t3938/Parent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3938/Parent.java b/test/files/pos/t3938/Parent.java
index a35f435030..08fae330bb 100644
--- a/test/files/pos/t3938/Parent.java
+++ b/test/files/pos/t3938/Parent.java
@@ -1,7 +1,7 @@
public class Parent<A>{
class I1 {}
class I2 extends Parent.I1 {}
-
+
// OKAY:
class I3 extends I1 {}
static class I4 {}