Home | History | Annotate | Download | only in javaparser
      1 package com.github.javaparser;
      2 
      3 public class TestFile {
      4 
      5     public String strng = "Strange attribute name [check the i]";
      6 
      7 }
      8