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