package inlineFunctionSameLines inline fun myFun(t: T): Int { val a = 1 val b = 2 val c = 3 val d = 4 return 1 }