Supported inline function for expression body case
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun main(args: Array<String>) {
|
||||
println(1 + 2)
|
||||
println(3 + 4)
|
||||
println(5 + 6)
|
||||
}
|
||||
Reference in New Issue
Block a user