mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
6 lines
147 B
Java
6 lines
147 B
Java
// "Change 1 parameter of method parseInt from String to int" "false"
|
|
class A {
|
|
public void foo() {
|
|
<caret>Integer.parseInt(1);
|
|
}
|
|
} |