// SHOULD_FAIL_WITH: Property genericValT references type parameters of the containing class class Test6(val t: T) { val genericValT: T get() = t }