class Tmp { void foo(){} void foo(Object... args){} Runnable r = this::foo; }