// "Unwrap 'if' statement" "true-preview" class X { void test(@org.jetbrains.annotations.NotNull String x) { if(x != null) { String str = x.trim(); System.out.println(str); } {{int str;}} } }