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

issues.issue158.Issue158 Maven / Gradle / Ivy

package issues.issue158;

public class Issue158 {
	static public void main(String[] args) throws Throwable {
		Impl_0.class.getMethod("getF");
		System.out.println("OK1");
		Impl_1.class.getMethod("getF");
		System.out.println("OK2");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy