New J2K: consider in-context declarations while performing conversion on copy-paste plain text conversion

#KT-32602 fixed
This commit is contained in:
Ilya Kirillov
2019-07-16 18:16:26 +03:00
parent c865d74965
commit 96ca4712a0
17 changed files with 204 additions and 8 deletions
@@ -0,0 +1,6 @@
class A {
val str: String = TODO()
internal fun f() {
str.length
}
}