Files
kotlin/idea/testData/quickfix/createFromUsage/createFunction/call/memberValDelegateRuntime.kt

6 lines
99 B
Kotlin
Vendored

// "Create function 'foo'" "true"
class A<T>(val t: T) {
val x: A<Int> by <caret>foo(t, "")
}