We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca73033 commit ba5d958Copy full SHA for ba5d958
Chapter08/NoinlineFunction.kt
@@ -0,0 +1,8 @@
1
+/*
2
+
3
+inline fun operate(a: Int, b:Int, noinline operation: (Int, Int) -> Int): Int{
4
5
+return operation(a,b)
6
7
+}
8
+ */
0 commit comments