diesieben07
02/07/2019, 9:38 AMopen class Container<sticky T>
Library B and C depend on A (but not on each other) and do val sc = Container<String>()
(compiler generates subclass in each)
Library D depends on B and C and does a is Container<String>
- this cannot be compiled anymore, there are two Container<String>
classes now.