[java] remove caret marker after changing PSI

GitOrigin-RevId: 2598f06c2cb6ecd5fa6b72a8eaca875e992c6f75
This commit is contained in:
Roman Ivanov
2023-08-24 14:38:32 +02:00
committed by intellij-monorepo-bot
parent 98a5c4d114
commit 3669af59d1

View File

@@ -1,4 +1,4 @@
class B<caret><TB> extends A<TB>{
class B<TB> extends A<TB>{
public B() {
super();
}