// "Replace with 'null'" "true-preview" import java.util.stream.*; class Test { public static void method() { Object obj = null; Stream stream = Stream.of(obj); } }