JetTypeChecker: adjust test data
after making some of builtin types serializable
This commit is contained in:
+6
-1
@@ -48,4 +48,9 @@ class BRec : Rec<BRec>
|
||||
interface SubRec<T>: Rec<T>
|
||||
|
||||
interface Star<T : Star<T>>
|
||||
interface SubStar<T : SubStar<T>> : Star<T>
|
||||
interface SubStar<T : SubStar<T>> : Star<T>
|
||||
|
||||
interface I
|
||||
class AI : I
|
||||
class BI : I
|
||||
class CI : I
|
||||
Reference in New Issue
Block a user