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

        return(obj.method());
    }