Extract function: Do not report conflicts for fake overrides/delegates of the same callable declaration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
trait T {
|
||||
fun test() {}
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
<selection>(object: T {}).test()</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user