Skip to content

Commit b330b62

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

File tree

107 files changed

+12490
-1649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+12490
-1649
lines changed
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)