Add test for wrapping function with default parameters
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun test(some: Int = 12) {
|
||||
println(some)
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
fun test(some: Int = 12) {
|
||||
println(some)
|
||||
}
|
||||