Split testdata of #KT-25432 and #KT-29767

This commit is contained in:
Dmitriy Novozhilov
2019-02-07 14:35:33 +03:00
parent 49a42f9434
commit a4d6f72ad1
6 changed files with 27 additions and 11 deletions
@@ -1,7 +1,6 @@
package
public fun test_1(/*0*/ d: Data<out kotlin.Any>): kotlin.Unit
public fun test_2(/*0*/ a: kotlin.collections.MutableList<out kotlin.Int?>?): kotlin.Unit
public fun test(/*0*/ d: Data<out kotlin.Any>): kotlin.Unit
public final class Data</*0*/ T> {
public constructor Data</*0*/ T>(/*0*/ s: T)