Ejemplo n.º 1
0
	public static int test() {
		var obj = new Shadowing();
		return obj.method(2);
	}
Ejemplo n.º 2
0
    public static int test()
    {
        var obj = new Shadowing();

        return(obj.method(2));
    }