Johan Luttu
11/21/2019, 10:41 AMfun hello() {
println("hello")
}
Bytecode:
public static final void hello();
Code:
0: ldc #7 // String hello
2: astore_0
3: iconst_0
4: istore_1
5: getstatic #13 // Field java/lang/System.out:Ljava/io/PrintStream;
8: aload_0
9: invokevirtual #19 // Method java/io/PrintStream.println:(Ljava/lang/Object;)V
12: return
spand
11/21/2019, 10:41 AMMarko Mitic
11/21/2019, 10:47 AMJohan Luttu
11/21/2019, 10:59 AMkotlinc-jvm
1.3.60 and kotlin
1.3.60-release-155. But okay, it's probably nothing specialAlexey Belkov [JB]
11/25/2019, 1:18 PM