Replace inlineOption(ONLY_LOCAL_RETURN) with crossinline in testData
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package inlineFun1
|
||||
|
||||
inline fun myFun(inlineOptions(InlineOption.ONLY_LOCAL_RETURN) f: () -> Int): Int {
|
||||
inline fun myFun(crossinline f: () -> Int): Int {
|
||||
val o = object {
|
||||
fun test() = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user