mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
[java] remove caret marker after changing PSI
GitOrigin-RevId: 2598f06c2cb6ecd5fa6b72a8eaca875e992c6f75
This commit is contained in:
committed by
intellij-monorepo-bot
parent
98a5c4d114
commit
3669af59d1
@@ -1,4 +1,4 @@
|
||||
class B<caret><TB> extends A<TB>{
|
||||
class B<TB> extends A<TB>{
|
||||
public B() {
|
||||
super();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user