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