Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
b7ac0b1e0dc37e6b5f98c3966e4e7f9a5a56dbb2
/
.
/
test
/
kotlin
/
square
/
javap-square.asm
blob: 6512b25fd3ea3c78a4a2c7d0797e145c60f7d3f5 [
file
] [
log
] [
blame
] [
raw
]
Compiled
from
"example.kt"
public
final
class
ExampleKt
{
public
static
final
int
square
(
int
);
Code
:
0
:
iload_0
1
:
iload_0
2
:
imul
3
:
ireturn
LineNumberTable
:
line
1
:
0
LocalVariableTable
:
Start
Length
Slot
Name
Signature
0
4
0
num I
}