mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
Java: disallow inlining record to anonymous class (IDEA-359857)
GitOrigin-RevId: f477736ff39ea95cf9c9c5088c2dd0af9399f605
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1c4ecd3c3c
commit
7be0072137
@@ -1666,6 +1666,7 @@ class.cannot.be.inlined.because.its.superclass.cannot.be.resolved=Class cannot b
|
||||
library.classes.cannot.be.inlined=Library classes cannot be inlined
|
||||
enums.cannot.be.inlined=Enums cannot be inlined
|
||||
interfaces.cannot.be.inlined=Interfaces cannot be inlined
|
||||
records.cannot.be.inlined=Record classes cannot be inlined
|
||||
annotation.types.cannot.be.inlined=Annotation types cannot be inlined
|
||||
type.parameters.cannot.be.inlined=Type parameters cannot be inlined
|
||||
postfix.template.editor.choose.class.title=Choose Class
|
||||
|
||||
Reference in New Issue
Block a user