// "Remove parameter 'block'" "true" fun doNotUse1(block: () -> Unit) {} fun useNotUse1() = doNotUse1 { }