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