33e6a85a2d
We exclude testData pattern from copyright scope
9 lines
148 B
Kotlin
Vendored
9 lines
148 B
Kotlin
Vendored
fun resolve<caret>Me() {
|
|
receive(functionWithLazyBody())
|
|
}
|
|
|
|
fun receive(value: String){}
|
|
|
|
fun functionWithLazyBody(): String {
|
|
return "42"
|
|
} |