mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-25 06:01:39 +07:00
f71bd07b0b
GitOrigin-RevId: ae2d530e850b4051f4c90ccab8dcdecf01e74eca
5 lines
82 B
Java
5 lines
82 B
Java
class Test {
|
|
Object method() {
|
|
Integer.parseInt("1", 10<caret>
|
|
}
|
|
} |