[java] define "type parameters" element kind

GitOrigin-RevId: 883cd7f25b3ca5a3eac311b3c9b8b90fc3334653
This commit is contained in:
Bas Leijdekkers
2024-04-03 13:49:45 +02:00
committed by intellij-monorepo-bot
parent 9e22b48c16
commit f96bb8f6d4
5 changed files with 8 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
// "Remove element" "true-preview"
// "Remove type parameters" "true-preview"
record R() {
<T, <caret>U> R() {}
}