mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 04:27:40 +07:00
223eeb0b0f
GitOrigin-RevId: f39f5c58348afb6b3c57dbc059860f940c6ec363
13 lines
183 B
Java
13 lines
183 B
Java
// "Wrap 2nd argument using 'Math.toIntExact()'" "true"
|
|
public class Test {
|
|
|
|
void longMethod(int k, int thisIsInt) {
|
|
|
|
}
|
|
|
|
void m(long ll) {
|
|
longMethod(13, l<caret>l);
|
|
}
|
|
|
|
}
|