mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
Fixes EA-213600 - assert: ChangeUtil.copyToElement GitOrigin-RevId: f29bf467ef4cbe6fc99aff24b09994f03f5a8b2e
5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
class Test {
|
|
void foo() {
|
|
int x = -2147483648;
|
|
}
|
|
} |