July 2018
Intermediate to advanced
242 pages
8h 6m
English
Let's create a new Kotlin file, named Recipe4.kt, that contains the following sample implementation in order to see its bytecode translation:
data class A(val a: String = "a") { companion object { @JvmStatic fun foo(): String = "Wooo!" } }
Read now
Unlock full access