Indentations break the feed.
[SquirrelJME.git] / modules / cldc-compact / src / test / resources / lang / bytecode / __SuperWithPP__.j
blobd0fcf3a285f735d519342a0f84ac6d1288532873
1 ; -*- Mode: Jasmin; indent-tabs-mode: t; tab-width: 4 -*-
2 ; ---------------------------------------------------------------------------
3 ; Multi-Phasic Applications: SquirrelJME
4 ; Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 ; ---------------------------------------------------------------------------
6 ; SquirrelJME is under the GNU General Public License v3+, or later.
7 ; See license.mkd for licensing and copyright information.
8 ; ---------------------------------------------------------------------------
10 ; Used by TestInvokeSpecialPPInSuper and TestInvokeSpecialPPInSuperSelf
12 .class lang/bytecode/__SuperWithPP__
13 .super net/multiphasicapps/tac/TestInteger
15 .method public <init>()V
16 aload 0
17 invokenonvirtual net/multiphasicapps/tac/TestInteger/<init>()V
18 return
19 .end method
21 .method __method()I
22 .limit stack 1
23 ldc 1337
24 ireturn
25 .end method