33e6a85a2d
We exclude testData pattern from copyright scope
9 lines
80 B
Kotlin
Vendored
9 lines
80 B
Kotlin
Vendored
// RESOLVE_SCRIPT
|
|
|
|
val myProp: () -> Unit = {}
|
|
|
|
myProp {
|
|
123
|
|
}
|
|
|
|
fun foo() {} |