Add secondary ctors to incremental analysis
#KT-35121 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// TYPE: 'n.toString()'
|
||||
// OUT_OF_CODE_BLOCK: FALSE
|
||||
|
||||
class InSecondaryConstructor(val name: String) {
|
||||
init {
|
||||
}
|
||||
|
||||
constructor(n: Int): this(<caret>) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user