Skip to content

Commit ac2c70a

Browse files
oderskyKordyjan
andauthored
Update tests/pos/i13106.java
Co-authored-by: Paweł Marks <Kordyjan@users.noreply.github.com>
1 parent ebe190d commit ac2c70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pos/i13106.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
public final class A {
1+
final class A {
22
public static final class C { }
33
public static final class D {
44
public static final class C { }
55
public C foo() { return new C(); }
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)