Skip to content

Commit 4926e7b

Browse files
committed
测试
1 parent eec8770 commit 4926e7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cn/edu/jxnu/scala/basic/FunctionBasic.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,5 @@ object Function3 extends App {
190190
//缺省函数,y有默认值1
191191
def sum2(x: Int, y: Int = 1) = x + y
192192

193+
193194
}

0 commit comments

Comments
 (0)