Analysis API: fix some compilation errors in reference resolve testdata
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
fun invoke(vararg a: Any) {}
|
||||
operator fun invoke(vararg a: Any) {}
|
||||
}
|
||||
|
||||
fun test(f: Foo) {
|
||||
|
||||
Reference in New Issue
Block a user