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

spoon.examples.fieldaccess.src.C2 Maven / Gradle / Ivy

The newest version!
package spoon.examples.fieldaccess.src;


public class C2 {

    void m() {
        new C().i=3;
    }
    

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy