fun a(): () -> () -> Unit = { { } } fun t() { a()()( ) } // SET_FALSE: ALIGN_MULTILINE_BINARY_OPERATION