Test data: adjust test data after prohibiting properties with typeparameters not used in receiver

This commit is contained in:
Pavel V. Talanov
2015-10-13 20:28:41 +03:00
parent 3468e83671
commit 47cca7db1f
39 changed files with 109 additions and 132 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package
public val </*0*/ T, /*1*/ E> T.foo: E?
public val </*0*/ T> T.foo: T?
public fun test(): kotlin.Int?