Minor: Remove /*rename*/ marker in Rename tests

This commit is contained in:
Alexey Sedunov
2016-04-07 15:33:50 +03:00
parent b8905645ae
commit 5203f62655
14 changed files with 39 additions and 38 deletions
@@ -4,5 +4,5 @@ public open class B() {
}
fun test() {
/*rename*/B()
B()
}