// "Replace with qualifier" "true" class Test { void f(Runnable runnable) { Runnable r = () -> runnable.run(); } }