JVM_IR KT-43440 private-to-this default interface funs are private
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
interface A<in T> {
|
||||
private fun f(): T {
|
||||
TODO()
|
||||
}
|
||||
}
|
||||
|
||||
interface B<out T> {
|
||||
private fun f(): T {
|
||||
TODO()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user