Redundant projections removed from test data
This commit is contained in:
@@ -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?>
|
||||
|
||||
Reference in New Issue
Block a user