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