Intentions: Fix test data after default visibility was changed to PUBLIC
This commit is contained in:
@@ -1 +1 @@
|
||||
fun getText()<selection>: String</selection> = "xxx" //TODO
|
||||
fun getText(): String = "xxx"<caret> //TODO
|
||||
@@ -1,2 +1,2 @@
|
||||
fun getText()<selection>: String</selection> = // let's return xxx
|
||||
"xxx" //TODO
|
||||
fun getText(): String = // let's return xxx
|
||||
"xxx"<caret> //TODO
|
||||
@@ -1,2 +1,2 @@
|
||||
fun getText()<selection>: String</selection> = // let's return xxx
|
||||
"xxx"
|
||||
fun getText(): String = // let's return xxx
|
||||
"xxx"<caret>
|
||||
Reference in New Issue
Block a user