コード例 #1
0
	public static int test() {
		var obj = new ConstantMethodOverload();
		return obj.call();
	}
コード例 #2
0
    public static int test()
    {
        var obj = new ConstantMethodOverload();

        return(obj.call());
    }