f0d8a1cbe9
^KT-60518
11 lines
147 B
Kotlin
11 lines
147 B
Kotlin
class A {
|
|
fun x() {
|
|
contract {
|
|
req
|
|
}
|
|
|
|
val <expr>a</expr> = doSmth("str")
|
|
}
|
|
}
|
|
|
|
fun doSmth(i: String) = 4 |