// "Simplify 'arg.isEmpty()' to false" "true-preview" class Test { void test() { String arg = "12"; Integer result = 2 * 1; } }