New J2K: consider in-context declarations while performing conversion on copy-paste plain text conversion
#KT-32602 fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class A {
|
||||
val str: String = TODO()
|
||||
internal fun f() {
|
||||
str.length
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user