f0d8a1cbe9
^KT-60518
5 lines
127 B
Kotlin
5 lines
127 B
Kotlin
fun testFun(param1: Int, param2: String = "str", param3: List<Int> = myList()) {
|
|
<expr>42</expr>
|
|
}
|
|
|
|
fun myList(): List<Int> |