mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
#IDEA-265154 fixed Merge-request: IJ-MR-158642 Merged-by: Bartek Pacia <bartek.pacia@jetbrains.com> GitOrigin-RevId: 7a04d4830e1f76ee3ad965390f28168834dca9e9
10 lines
119 B
Java
10 lines
119 B
Java
// "Convert to record class" "true-preview"
|
|
|
|
package my.annotation2;
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
record A(Date date) {
|
|
}
|