7448042b68
Before we can have end of '<Type>' and '=' joined as '>=' breaking PSI So #KT-15941 Fixed
7 lines
108 B
Plaintext
Vendored
7 lines
108 B
Plaintext
Vendored
class Test {
|
|
val a: Array<Int>
|
|
|
|
constructor(a: Array<Int> = arrayOf(0)) {
|
|
this.a = a
|
|
}
|
|
} |