1 ; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
2 ; ---------------------------------------------------------------------------
4 ; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 ; ---------------------------------------------------------------------------
6 ; SquirrelJME is under the Mozilla Public License Version 2.0.
7 ; See license.mkd for licensing and copyright information.
8 ; ---------------------------------------------------------------------------
9 ; Test `invokespecial` on a public method in the same class, which
10 ; `invokevirtual` should be used instead. There is a DoJa obfuscator out there
13 .
class public lang
/bytecode
/TestInvokeSpecialSP
14 .
super net
/multiphasicapps
/tac
/TestInteger
16 .
method public <init
>()V
18 invokenonvirtual net
/multiphasicapps
/tac
/TestInteger
/<init
>()V
22 .
method public test
()I
25 invokenonvirtual lang
/bytecode
/TestInvokeSpecialSP
/method()I
30 .
method public method()I