mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 16:20:55 +07:00
avoid generating red code though when return value won't be a valid statement on its own GitOrigin-RevId: ad768417d454192680b8d6692d8e1037b3ee9308
9 lines
95 B
Java
9 lines
95 B
Java
class A {
|
|
{
|
|
g();
|
|
}
|
|
int <caret>g() {
|
|
return new Integer(0);
|
|
}
|
|
}
|