blob: 6bd330004953e0ef855f27254eed2eefb52b37d2 [file]
class D<T>(x: T) {
companion object {
val b = D(B())
val c = D(C())
}
var a = A(x)
}