Resolve generic bounds of all classes prior to supertypes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Tests that generic bounds in the object supertype are resolved prior to the supertype itself
|
||||
|
||||
object O : Tr<V<*>>
|
||||
|
||||
trait Tr<T>
|
||||
|
||||
class V<out S>
|
||||
Reference in New Issue
Block a user