blob: 3f6fb07e7b48fc090f5009c6c0b6b10092c33f48 [file] [log] [blame]
// "Convert '.3' to float" "true"
class Test {
void bar() {
foo(.<caret>3);
}
void foo(float f){}
}