mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: 40cd180ca8fdae46a3ea0216ec7b08e82ca22364
8 lines
125 B
Java
8 lines
125 B
Java
// "Convert argument to 'float'" "true-preview"
|
|
class Test {
|
|
void bar() {
|
|
foo(0<caret>.0);
|
|
}
|
|
void foo(float f){}
|
|
}
|