dimsuz
03/02/2017, 12:46 PM{ arg -> println(arg.field1) }
to { (field1, field2, field3, field4, field5, field6) -> println(field1) }
it looks not well 🙂
having to silence it with annotation on each occasion is an overkill too. Another option is to disable inspection, but on the other hand I'd like to be reminded of it sometimes... I'm puzzled 🙂