33e6a85a2d
We exclude testData pattern from copyright scope
11 lines
147 B
Kotlin
Vendored
11 lines
147 B
Kotlin
Vendored
class A {
|
|
fun x() {
|
|
contract {
|
|
req
|
|
}
|
|
|
|
val <expr>a</expr> = doSmth("str")
|
|
}
|
|
}
|
|
|
|
fun doSmth(i: String) = 4 |