Add secondary ctors to incremental analysis
#KT-35121 Fixed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// TYPE: '4'
|
||||
// OUT_OF_CODE_BLOCK: FALSE
|
||||
|
||||
fun bar() {
|
||||
class InnerBoo(val someValue: Int) {
|
||||
constructor() : this(<caret>) {
|
||||
}
|
||||
}
|
||||
|
||||
val b = InnerBoo()
|
||||
}
|
||||
Reference in New Issue
Block a user