// "Replace lambda with method reference" "true-preview" import java.util.Random; import java.util.function.Function; class Bar extends Random { Function s = (i) -> next(i); }