3d8d92c7d3
- test data files renamed from *.jet to *.kt
6 lines
74 B
Kotlin
6 lines
74 B
Kotlin
class A(vararg val t : Int) {
|
|
{
|
|
val t1 : IntArray = t
|
|
}
|
|
}
|