654411a0b0
Some moved to tests with stdlib Some changed to use arrayOfNulls
5 lines
123 B
Kotlin
5 lines
123 B
Kotlin
class Foo(vararg val a: String = arrayOfNulls<String>(1) as Array<String>)
|
|
|
|
// CLASS: Foo
|
|
// HAS_DEFAULT_CONSTRUCTOR: true
|