33e6a85a2d
We exclude testData pattern from copyright scope
5 lines
127 B
Kotlin
Vendored
5 lines
127 B
Kotlin
Vendored
fun testFun(param1: Int, param2: String = "str", param3: List<Int> = myList()) {
|
|
<expr>42</expr>
|
|
}
|
|
|
|
fun myList(): List<Int> |