improve diagnostic for KT-9484 Don't allow named arguments for inherited functions with parameter name conflicts
#KT-9484 Fixed
This commit is contained in:
+1
@@ -10,5 +10,6 @@ interface B<E> {
|
||||
}
|
||||
|
||||
fun test(c: C<Int>) {
|
||||
c.foo(<!NAME_FOR_AMBIGUOUS_PARAMETER!>a<!> = 1)
|
||||
c.foo(<!NAME_FOR_AMBIGUOUS_PARAMETER!>b<!> = 1)
|
||||
}
|
||||
Reference in New Issue
Block a user