mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
[Java. Code Formatting] Restore caret in files for AnnotateMethodTest#testAfterDoNotAnnoI
IDEA-353192 GitOrigin-RevId: 5f930ffb06158c40e786cd948c8f8d0982e61814
This commit is contained in:
committed by
intellij-monorepo-bot
parent
deceb093d8
commit
bea3fefda2
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user