String ids = longable.getLongIds();
Method fetLongIds return type String[], IntelliJ check this and right underline it by red line. But in status she wrote:
Incomparatible types: Found: java.lang.String[], required: java.lang.String
maybe swap?
Incomparatible types: Found: java.lang.String, required: java.lang.String[]
