Inline Variable/Property: Move test data
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
val C = 239
|
||||
get() = $C + 1
|
||||
|
||||
|
||||
// not implemented yet
|
||||
|
||||
fun f() {
|
||||
println(<caret>C)
|
||||
}
|
||||
Reference in New Issue
Block a user