Extract Function: Choose default visibility at analysis phase
This commit is contained in:
+1
-1
@@ -10,6 +10,6 @@ fun foo(a: Int): Int {
|
||||
return t
|
||||
}
|
||||
|
||||
fun i(a: Int, b: Int): Int {
|
||||
private fun i(a: Int, b: Int): Int {
|
||||
return if (a > 0) throw Exception("") else a + b
|
||||
}
|
||||
Reference in New Issue
Block a user