blob: dec6cd7606899d98e38747aafa82f9926446efaf [file] [log] [blame]
fun test(some: Int = 12) {
println(some)
}