mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 17:38:08 +07:00
- more tests GitOrigin-RevId: 8f580e7e8a32f51b1a8320fc82cdcec11dc4975f
8 lines
116 B
Java
8 lines
116 B
Java
// "Bind method parameters to fields" "true-preview"
|
|
|
|
class Bar {
|
|
|
|
<T> void <caret>get(Class<T> a, int b) {
|
|
|
|
}
|
|
} |