mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
8 lines
279 B
Plaintext
Vendored
8 lines
279 B
Plaintext
Vendored
package test
|
|
|
|
public inline fun </*0*/ reified T, /*1*/ reified U> cast(/*0*/ value: kotlin.Any?, /*1*/ z: U): T
|
|
Returns(WILDCARD) -> value is T
|
|
|
|
public inline fun </*0*/ reified T> requireIsInstance(/*0*/ value: kotlin.Any?): kotlin.Unit
|
|
Returns(WILDCARD) -> value is T
|