mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: 5eaf9006989f3f6d16327a48cc80b26adef5d4f4
11 lines
175 B
Java
11 lines
175 B
Java
// "Create parameter 'popop'" "true-preview"
|
|
class Calculator {
|
|
public void printError(int popop) {
|
|
int i = popop;
|
|
}
|
|
|
|
{
|
|
printError(popop);
|
|
}
|
|
}
|