Move debugger test data to the new location
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
fun foo() {
|
||||
a + b + c + d<caret>
|
||||
}
|
||||
|
||||
val a = 1
|
||||
|
||||
val b = 1
|
||||
get
|
||||
|
||||
val c: Int
|
||||
get() = 1
|
||||
|
||||
val d: Int
|
||||
get() {
|
||||
return 1
|
||||
}
|
||||
|
||||
// EXISTS: getter for c: Int, getter for d: Int
|
||||
Reference in New Issue
Block a user