Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createFunction/call/beforeMemberVarDelegateRuntime.kt
T
2014-10-14 01:59:50 +04:00

6 lines
110 B
Kotlin

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