Redundant projections removed from test data

This commit is contained in:
Andrey Breslav
2012-11-19 19:51:46 +04:00
parent 649259e715
commit d3f9e61db7
5 changed files with 28 additions and 28 deletions
@@ -1,3 +1,3 @@
namespace test
internal final val jet.Collection<out jet.Any?>.anotherSize: jet.Int
internal final val jet.Collection<jet.Any?>.anotherSize: jet.Int
@@ -1,3 +1,3 @@
namespace test
internal final fun listOfStar(): jet.List<out jet.Any?>
internal final fun listOfStar(): jet.List<jet.Any?>