Unit.VALUE -> Unit in testData

This commit is contained in:
Zalim Bashorov
2014-07-12 21:25:00 +04:00
parent 4a8519615a
commit c767ffc3e7
49 changed files with 103 additions and 109 deletions

View File

@@ -1,5 +1,5 @@
package test
public final class MethosWithPRefTP() : java.lang.Object() {
public fun <P> f(p0: P?) : Unit = Unit.VALUE
public fun <P> f(p0: P?) : Unit = Unit
}