From f06681c3780c3ae87282da293614cac6741f0149 Mon Sep 17 00:00:00 2001 From: jochen Date: Sat, 20 Mar 1999 00:38:05 +0000 Subject: [PATCH] a simple test for overwriting parameters git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@470 379699f6-c40d-0410-875b-85095c16579e --- jode/test/EvilTypes.j | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jode/test/EvilTypes.j b/jode/test/EvilTypes.j index dde1011..bcc7d94 100644 --- a/jode/test/EvilTypes.j +++ b/jode/test/EvilTypes.j @@ -18,6 +18,15 @@ ireturn .end method +.method public static overrideParam(I)[I + .limit locals 1 + .limit stack 1 + aconst_null + astore_0 + aload_0 + areturn +.end method + .method public static test()V .limit locals 2 .limit stack 2