Introduce Property: Fix extraction of expressions referring to primary constructor parameters
#KT-12294 Fixed (cherry picked from commit 78212a4)
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// EXTRACTION_TARGET: property with initializer
|
||||
class Foo(s: String) {
|
||||
val l = <selection>(s + "1")</selection>.length
|
||||
}
|
||||
Reference in New Issue
Block a user