Handle properly lambda change in incremental analysis
Fixed #KT-37273
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// OUT_OF_CODE_BLOCK: FALSE
|
||||
// TYPE: 1
|
||||
// ERROR: Unresolved reference: i1
|
||||
open class Base(init: () -> Unit)
|
||||
|
||||
class Some(i: Int) : Base({
|
||||
val t = i<caret>
|
||||
})
|
||||
Reference in New Issue
Block a user