mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
[java] makes "convert to basic latin" action tolerable to unclosed doc comments (IDEA-211695)
GitOrigin-RevId: afe4cff35979b4f3ec0c72512d0e555b3f21ac78
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2637084bd4
commit
5146c45ba8
@@ -0,0 +1,2 @@
|
||||
/**<caret>
|
||||
* Copyright © 2000-2010 JetBrains s.r.o.
|
||||
@@ -0,0 +1,2 @@
|
||||
/**
|
||||
* Copyright © 2000-2010 JetBrains s.r.o.
|
||||
@@ -0,0 +1 @@
|
||||
/*<caret> © 2010 JetBrains
|
||||
+1
@@ -0,0 +1 @@
|
||||
/* © 2010 JetBrains
|
||||
@@ -0,0 +1,3 @@
|
||||
class C {
|
||||
String s = "<caret>Áî
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
class C {
|
||||
String s = "\u00c1\u00ee
|
||||
}
|
||||
Reference in New Issue
Block a user