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
This commit is contained in:
committed by
Mikhail Glukhikh
parent
21bd10da2e
commit
7448042b68
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
val a: Array<Int>
|
||||
|
||||
constructor(a: Array<Int> = arrayOf(0)) {
|
||||
this.a = a
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user