mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
Unit.VALUE -> Unit in testData
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user