mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
Java: fix CCE when converting interface to class and there is a comment between the interface keyword and identifier
GitOrigin-RevId: fd2ee4537423961785fdb2bee2e0a46411c6a91e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c186579d84
commit
a18169660e
@@ -0,0 +1,3 @@
|
||||
// "Convert to 'class'" "true-preview"
|
||||
|
||||
abstract class /*1*/ X {}
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Convert to 'class'" "true-preview"
|
||||
|
||||
interface /*1*/ X<caret> {}
|
||||
Reference in New Issue
Block a user