A typical Kotlin example of the same is: class ToBeCalled { fun callMe() = println("You are calling me :)") } fun main(args: Array<String>) ...
確定! 回上一頁