JVM_IR KT-43611 report signature clash on private interface members
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
interface A {
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>fun f(a: List<Int>): String<!> = TODO()
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>private fun f(<!UNUSED_PARAMETER!>a<!>: List<String>): String<!> = TODO()
|
||||
}
|
||||
|
||||
class B : A
|
||||
Reference in New Issue
Block a user