mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
IDEA-245312 Exception on removing throws clause from record constructor
GitOrigin-RevId: 03cfe1f332222795cc78522dea6b160498f31471
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eb701312fd
commit
a9d4eed68b
@@ -0,0 +1,4 @@
|
||||
// "Remove element" "true"
|
||||
record R() {
|
||||
R() {}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Remove element" "true"
|
||||
record R() {
|
||||
R() {}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Remove element" "true"
|
||||
record R() {
|
||||
R() throws<caret> Exception, Error {}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Remove element" "true"
|
||||
record R() {
|
||||
<T, <caret>U> R() {}
|
||||
}
|
||||
Reference in New Issue
Block a user