mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
3 lines
54 B
Kotlin
3 lines
54 B
Kotlin
package test
|
|
|
|
class A(vararg a: Int, f: () -> Unit) {} |