[Java. Code Formatting] Restore caret in files for AnnotateMethodTest#testAfterDoNotAnnoI

IDEA-353192

GitOrigin-RevId: 5f930ffb06158c40e786cd948c8f8d0982e61814
This commit is contained in:
Georgii Ustinov
2024-06-21 12:42:51 +03:00
committed by intellij-monorepo-bot
parent deceb093d8
commit bea3fefda2

View File

@@ -13,7 +13,7 @@ class Y extends X{
}
}
class Z extends Y {
@NotNull String dontAnnotateBase() {// trigger quick fix for inspection here
@NotNull String dontAnnotateBase<caret>() {// trigger quick fix for inspection here
return "Z";
}
}