mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
[java] define "type parameters" element kind
GitOrigin-RevId: 883cd7f25b3ca5a3eac311b3c9b8b90fc3334653
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9e22b48c16
commit
f96bb8f6d4
@@ -1,4 +1,4 @@
|
||||
// "Remove element" "true-preview"
|
||||
// "Remove type parameters" "true-preview"
|
||||
record R() {
|
||||
R() {}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Remove element" "true-preview"
|
||||
// "Remove type parameters" "true-preview"
|
||||
record R() {
|
||||
<T, <caret>U> R() {}
|
||||
}
|
||||
Reference in New Issue
Block a user