import kotlin.properties.ReadOnlyProperty // "Create function 'foo'" "true" class A(val t: T) { val x: A by foo(t, "") private fun foo(t: T, s: String): ReadOnlyProperty, A> { TODO("Not yet implemented") } }