Files
kotlin/compiler/testData/codegen/defaultArguments/reflection/classWithVararg.kt
Denis Zharkov 654411a0b0 Refactored tests using Array constructor:
Some moved to tests with stdlib
Some changed to use arrayOfNulls
2014-12-11 16:04:03 +03:00

5 lines
123 B
Kotlin
Vendored

class Foo(vararg val a: String = arrayOfNulls<String>(1) as Array<String>)
// CLASS: Foo
// HAS_DEFAULT_CONSTRUCTOR: true