// "Replace with qualifier" "true-preview" import java.util.function.Consumer; class Test { void foo(Consumer consumer) { Consumer another = consumer; } }