7 lines
234 B
Kotlin
Vendored
7 lines
234 B
Kotlin
Vendored
// PARAM_DESCRIPTOR: public final class A defined in root package in file propertyWithExplicitInvoke.kt
|
|
// PARAM_TYPES: A
|
|
// SIBLING:
|
|
class A {
|
|
val foo: () -> String = { "OK" }
|
|
fun bar() = <selection>foo.invoke()</selection>
|
|
} |