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