Extract Function: Choose default visibility at analysis phase

This commit is contained in:
Alexey Sedunov
2014-07-28 16:24:05 +04:00
parent 8af173bd4b
commit cb3328c052
131 changed files with 139 additions and 135 deletions
@@ -11,7 +11,7 @@ fun foo(a: Int): Int {
return b
}
fun i(a: Int, b: Int): Int {
private fun i(a: Int, b: Int): Int {
var b1 = b
if (a > 0) {
b1 = b1 + 1