Files
kotlin-fork/idea/testData/intentions/convertPrimaryConstructorToSecondary/genericParamWithDefaultValue.kt
T
Toshiaki Kameyama 7448042b68 Fix callable code factory (parameter with default value case)
Before we can have end of '<Type>' and '=' joined as '>=' breaking PSI
So #KT-15941 Fixed
2017-11-28 14:11:04 +03:00

1 line
49 B
Kotlin
Vendored

class Test<caret>(val a: Array<Int> = arrayOf(0))