f2cf3a8e7b
#KT-12273 Fixed
5 lines
89 B
Java
Vendored
5 lines
89 B
Java
Vendored
public class Operation {
|
|
public int plus(Operation other) {
|
|
return 0;
|
|
}
|
|
} |