mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
Fixes EA-213600 - assert: ChangeUtil.copyToElement GitOrigin-RevId: f29bf467ef4cbe6fc99aff24b09994f03f5a8b2e
5 lines
71 B
Java
5 lines
71 B
Java
class Test {
|
|
void foo() {
|
|
int x = Integer.<caret>MIN_VALUE;
|
|
}
|
|
} |