// 8, 30 -> 8, 54
package p;


class A {
    private void test() {
        String fdFontName= null;
        String newVariable= "/tmp"+fdFontName+".cff";
        String tmpFileName = newVariable + ".txt";
    }    
}