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