blob: d7b7abaf4783215bab31d011d65c8f0c5caa6642 [file] [log] [blame]
// 8, 30 -> 8, 54
package p;
class A {
private void test() {
String fdFontName= null;
String newVariable= "/tmp"+fdFontName+".cff";
String tmpFileName = newVariable+".txt";
}
}