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