All Downloads are FREE. Search and download functionalities are using the official Maven repository.

t.0.996.source-code.Temp Maven / Gradle / Ivy

There is a newer version: 0.999.4
Show newest version
public final class Temp
{
   static
   {
      System.out.println("test");
   }

   String fld;

   String test()
   {
      new Temp().fld = "test" + 1;

      String s = fld;

      return s;
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy