public static int test() {
		var obj = new Shadowing();
		return obj.method(2);
	}
Пример #2
0
    public static int test()
    {
        var obj = new Shadowing();

        return(obj.method(2));
    }