Skip to content

Commit cbeef0f

Browse files
kluevergoogle-java-format Team
authored and
google-java-format Team
committed
Add google-java-format unit tests for existing @Annotation() behavior.
PiperOrigin-RevId: 700741432
1 parent 07e6d60 commit cbeef0f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
class B381242320 {
2+
@Deprecated()
3+
public int deprecatedMethod() {
4+
return 42;
5+
}
6+
7+
@Override()
8+
public int hashCode() {
9+
return 42;
10+
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
class B381242320 {
2+
@Deprecated()
3+
public int deprecatedMethod() {
4+
return 42;
5+
}
6+
7+
@Override()
8+
public int hashCode() {
9+
return 42;
10+
}
11+
}

0 commit comments

Comments
 (0)