mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
7 lines
108 B
Kotlin
Vendored
7 lines
108 B
Kotlin
Vendored
package zzz
|
|
|
|
public class A(val p: Int)
|
|
|
|
operator inline fun A.iterator() = (1..p).iterator()
|
|
|
|
//SMAP ABSENT |