fix tests in org.jetbrains.kotlin.idea.refactoring.introduce

This commit is contained in:
Michael Nedzelsky
2015-09-04 23:49:10 +03:00
parent 92ca057b4a
commit daa1ac1918
44 changed files with 53 additions and 52 deletions
@@ -3,5 +3,5 @@ interface T{
return i()
}
fun i() = 1
fun i(): Int = 1
}