mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
[java] better error message and quick-fix text on record constructor throws list (IDEA-350501)
GitOrigin-RevId: 50570e951ec901fe7619465352f725788032c8f2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2c90447e82
commit
e614239ca4
@@ -1,4 +1,4 @@
|
||||
// "Remove element" "true-preview"
|
||||
// "Remove throws list" "true-preview"
|
||||
record R() {
|
||||
R() {}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Remove element" "true-preview"
|
||||
// "Remove throws list" "true-preview"
|
||||
record R() {
|
||||
R() throws<caret> Exception, Error {}
|
||||
}
|
||||
Reference in New Issue
Block a user