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