We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec8770 commit 4926e7bCopy full SHA for 4926e7b
1 file changed
src/cn/edu/jxnu/scala/basic/FunctionBasic.scala
@@ -190,4 +190,5 @@ object Function3 extends App {
190
//缺省函数,y有默认值1
191
def sum2(x: Int, y: Int = 1) = x + y
192
193
+
194
}
0 commit comments