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