JetTypeChecker: adjust test data

after making some of builtin types serializable
This commit is contained in:
Pavel V. Talanov
2015-09-28 19:01:22 +03:00
parent 1f36b7fbea
commit e263c85142
2 changed files with 17 additions and 13 deletions
+6 -1
View File
@@ -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