fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
package
|
||||
|
||||
internal fun </*0*/ R : kotlin.Any> doFun(/*0*/ f: () -> R?): () -> R?
|
||||
internal fun </*0*/ T : kotlin.Any> test(/*0*/ f: (T) -> T?): kotlin.Unit
|
||||
internal fun </*0*/ E : kotlin.Any> ((E) -> E?).ext(): () -> E?
|
||||
public fun </*0*/ R : kotlin.Any> doFun(/*0*/ f: () -> R?): () -> R?
|
||||
public fun </*0*/ T : kotlin.Any> test(/*0*/ f: (T) -> T?): kotlin.Unit
|
||||
public fun </*0*/ E : kotlin.Any> ((E) -> E?).ext(): () -> E?
|
||||
|
||||
Reference in New Issue
Block a user