mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
6 lines
232 B
Kotlin
Vendored
6 lines
232 B
Kotlin
Vendored
// PARAM_TYPES: kotlin.Array<T>, kotlin.Cloneable, Any
|
|
// PARAM_DESCRIPTOR: public fun <T> kotlin.Array<T>.test(): kotlin.Unit defined in root package
|
|
// SIBLING:
|
|
fun <T> Array<T>.test() {
|
|
<selection>this.isEmpty()</selection>
|
|
} |