Skip to content

Commit b330b62

Browse files
authored
Merge pull request #11595 from d10c/swift/extract-mainactor
Swift: MethodRefExpr -> MethodLookupExpr
2 parents b77923f + aaadf19 commit b330b62

107 files changed

Lines changed: 12490 additions & 1649 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class Callable extends @callable, @abstract_function_decl {
2+
string toString() { result = "" }
3+
}
4+
5+
query predicate abstract_function_decls(Callable id, string name) { callable_names(id, name) }

0 commit comments

Comments
 (0)