KT-36973 Keep private default interface members private
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
interface A {
|
||||
private fun foo() {}
|
||||
private val x get() = 1
|
||||
}
|
||||
Reference in New Issue
Block a user