Introduce Property: Initial support (properties with getter)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// EXTRACTION_TARGET: property with getter
|
||||
class A {
|
||||
fun foo(): Int {
|
||||
<selection>val a = 1 + 2
|
||||
val b = a*2</selection>
|
||||
val c = b - 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user