// "Create method 'fooBar'" "true" interface I { } class Test { void test() { Runnable runnable = I::fooBar; } }