Skip to content

Commit 0c96cd2

Browse files
committed
Fix tests for rename
1 parent 4984a35 commit 0c96cd2

File tree

1 file changed

+1
-1
lines changed
  • kotlin-eclipse-ui-test/testData/refactoring/rename/automaticRenamer/after

1 file changed

+1
-1
lines changed

kotlin-eclipse-ui-test/testData/refactoring/rename/automaticRenamer/after/main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fun main(args: Array<String>) {
1414
val anonymous = object : Bar() {
1515
}
1616

17-
val (foo1: Foo, foos: List<Foo>) = Pair(Bar(), listOf<Bar>())
17+
val (foo1: Bar, foos: List<Bar>) = Pair(Bar(), listOf<Bar>())
1818

1919
try {
2020
for (foo2: Bar in listOf<Bar>()) {

0 commit comments

Comments
 (0)