Introduce Property: Initial support (properties with getter)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// EXTRACTION_TARGET: property with initializer
|
||||
val i = 1
|
||||
|
||||
fun foo(): Int {
|
||||
return i1
|
||||
}
|
||||
|
||||
private val i1 = 1 + 2
|
||||
|
||||
Reference in New Issue
Block a user