Extract Function: Choose default visibility at analysis phase
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@ class A(a: Int, b: Int): T
|
||||
|
||||
class B(t: T): T by t(t)
|
||||
|
||||
fun t(t: T): T {
|
||||
private fun t(t: T): T {
|
||||
return t
|
||||
}
|
||||
Reference in New Issue
Block a user