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