Renamed intention
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
trait Foo {
|
||||
fun foo(a: Int, b: Int)
|
||||
}
|
||||
|
||||
fun foo(x: Foo) {
|
||||
x.<caret>foo(1, 2)
|
||||
}
|
||||
Reference in New Issue
Block a user