Checked that KT-9006 has been fixed
#KT-9006 Obsolete
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class A private constructor(f: Boolean) {
|
||||
constructor(): this(true)
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val a = A(<caret>)
|
||||
}
|
||||
|
||||
//Text: (<no parameters>), Disabled: false, Strikeout: false, Green: true
|
||||
Reference in New Issue
Block a user