More cases supported for inline functions: namespace level functions with parameters (not blocks)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package foo
|
||||
|
||||
fun box() = !myInlineFun()
|
||||
|
||||
inline fun myInlineFun() : Boolean {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user