blob: 01fff29f4c582d5750017888c9fb4fcb9548b119 [file] [log] [blame]
fun foo(i: Int, i1: Int = 1 + 2) {
val x = i1 + 3
}