f0d8a1cbe9
^KT-60518
8 lines
121 B
Kotlin
8 lines
121 B
Kotlin
class MyProducer {
|
|
fun produce(): Int = 4
|
|
}
|
|
|
|
fun MyProducer.testFun(param1: Int = produce()) {
|
|
<expr>42</expr>
|
|
}
|