import org.myorg.preview.FromPreview; class Main { static { Runnable r = FromPreview::f; } void f(FromPreview fp) { Runnable r = fp::g; } }