mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-16 08:20:19 +07:00
Proper checks for missing implementation of abstract method in records (IDEA-228460, IDEA-CR-56772)
GitOrigin-RevId: 1be11a80e1721116959dc24cb79c9feb4065f4ef
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b2fe378c9f
commit
39a9039c38
+3
@@ -0,0 +1,3 @@
|
||||
// "Make 'Rec' abstract" "false"
|
||||
record R<caret>ec() implements Runnable {
|
||||
}
|
||||
Reference in New Issue
Block a user