/** 
 * Comment. 
 */
public class JavaExample {
    
    String identifier = "String " + '-' + 1.2;

}
