Provide incremental analysis of a file when it is applicable
#KT32868 Fixed
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// OUT_OF_CODE_BLOCK: FALSE
|
||||
|
||||
class A {
|
||||
fun foo(): Int = 12
|
||||
}
|
||||
|
||||
class B(val a: A) {
|
||||
val prop1: Int
|
||||
get() = a.fo<caret>o()
|
||||
}
|
||||
Reference in New Issue
Block a user