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