6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
// "Create function 'foo'" "true"
|
|
|
|
class A<T>(val t: T) {
|
|
var x: A<Int> by <caret>foo(t, "")
|
|
}
|