// "Create class 'Foo'" "true" // ERROR: Class 'Foo' is not abstract and does not implement abstract member public abstract operator fun getValue(thisRef: A, property: KProperty<*>): B defined in kotlin.properties.ReadOnlyProperty open class B class A(val t: T) { val x: B by Foo(t, "") }