Now:
public int func(int a) => a + 1; public int funcVeryLongName(int b) => b + 2;
What I want:
public int f