Extract Function: Choose default visibility at analysis phase
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ fun foo(a: Int): Int {
|
||||
return b
|
||||
}
|
||||
|
||||
fun i(b: Int): Int {
|
||||
private fun i(b: Int): Int {
|
||||
var b1 = b
|
||||
if (n == 10) throw Exception("")
|
||||
b1++
|
||||
|
||||
Reference in New Issue
Block a user