Tests to make sure that light classes compute the data properly
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
class Generic1<T>
|
||||
class Generic1WithBounds<T: Bound1>
|
||||
|
||||
class Generic2<A, B>
|
||||
class Generic2WithBounds<A, B> where A: Bound1, A: Bound2, B: Generic1<A>
|
||||
|
||||
class Bound1
|
||||
class Bound2
|
||||
|
||||
Reference in New Issue
Block a user