// "Unroll loop" "true-preview" import java.util.*; class Test { void test() { if (!"xyz".isEmpty()) { System.out.println("xyz"); } } }