Minor. Renamed test data to avoid repetitions.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun foo() {
|
||||
while (true) {
|
||||
doSomething("test")
|
||||
doSomething("test2")
|
||||
<caret>}
|
||||
}
|
||||
Reference in New Issue
Block a user