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:
Bas Leijdekkers
2024-01-23 16:42:44 +01:00
committed by intellij-monorepo-bot
parent c186579d84
commit a18169660e
3 changed files with 13 additions and 17 deletions

View File

@@ -0,0 +1,3 @@
// "Convert to 'class'" "true-preview"
abstract class /*1*/ X {}

View File

@@ -0,0 +1,3 @@
// "Convert to 'class'" "true-preview"
interface /*1*/ X<caret> {}