mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 02:39:37 +07:00
11 lines
125 B
Java
11 lines
125 B
Java
// "Wrap using 'Math.toIntExact()'" "true"
|
|
public class Test {
|
|
|
|
void m(long l) {
|
|
|
|
int i = 10;
|
|
i = l<caret>;
|
|
|
|
}
|
|
|
|
} |