[java] better error message and quick-fix text on record constructor throws list (IDEA-350501)

GitOrigin-RevId: 50570e951ec901fe7619465352f725788032c8f2
This commit is contained in:
Bas Leijdekkers
2024-04-02 15:40:22 +02:00
committed by intellij-monorepo-bot
parent 2c90447e82
commit e614239ca4
6 changed files with 9 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
// "Remove element" "true-preview"
// "Remove throws list" "true-preview"
record R() {
R() {}
}

View File

@@ -1,4 +1,4 @@
// "Remove element" "true-preview"
// "Remove throws list" "true-preview"
record R() {
R() throws<caret> Exception, Error {}
}