// "Convert argument to 'long'" "true-preview" import java.util.*; class Demo { void test() { Optional opt = Optional.of(123L); } }