Extract Function: Choose default visibility at analysis phase
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ fun foo(a: Int): Int {
|
||||
return -a
|
||||
}
|
||||
|
||||
fun b(a: Int): Boolean {
|
||||
private fun b(a: Int): Boolean {
|
||||
/*
|
||||
test
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user