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