Proper checks for missing implementation of abstract method in records (IDEA-228460, IDEA-CR-56772)

GitOrigin-RevId: 1be11a80e1721116959dc24cb79c9feb4065f4ef
This commit is contained in:
Tagir Valeev
2019-12-19 06:33:37 +00:00
committed by intellij-monorepo-bot
parent b2fe378c9f
commit 39a9039c38
6 changed files with 16 additions and 8 deletions
@@ -0,0 +1,3 @@
// "Make 'Rec' abstract" "false"
record R<caret>ec() implements Runnable {
}