Fix assertion in light tree diagnostic reporter
happened then two diagnostics are reported on the same element. #KT-55924 fixed
This commit is contained in:
committed by
Space Team
parent
3b9aac067a
commit
7ec72b568d
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
interface I1 {
|
||||
fun <T> foo()
|
||||
}
|
||||
|
||||
interface I2 {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
class C : I1, I2
|
||||
Reference in New Issue
Block a user