Updated test data. Unit -> jet.Unit.

This commit is contained in:
Evgeny Gerashchenko
2013-03-20 20:19:13 +04:00
parent eefdf5790a
commit d194d4d877
99 changed files with 215 additions and 215 deletions

View File

@@ -1,6 +1,6 @@
package test
public trait RemoveRedundantProjectionKind : java.lang.Object {
public abstract fun f(/*0*/ p0 : jet.Collection<jet.CharSequence?>?) : Unit
public abstract fun f(/*0*/ p0 : jet.Comparable<jet.CharSequence?>?) : Unit
public abstract fun f(/*0*/ p0 : jet.Collection<jet.CharSequence?>?) : jet.Unit
public abstract fun f(/*0*/ p0 : jet.Comparable<jet.CharSequence?>?) : jet.Unit
}