| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -737,10 +737,6 @@ class TypeSetLiteralType extends @typesetliteraltype, CompositeType { | |||
| 737 | 737 | override string toString() { result = "type set literal type" } | |
| 738 | 738 | } | |
| 739 | 739 | ||
| 740 | - predicate foo(NamedType t, string name, Type mt) { | ||
| 741 | - t.getUnderlyingType().(InterfaceType).getMethodType(name) = mt | ||
| 742 | - } | ||
| 743 | - | ||
| 744 | 740 | /** An interface type. */ | |
| 745 | 741 | class InterfaceType extends @interfacetype, CompositeType { | |
| 746 | 742 | /** Gets the type of method `name` of this interface type. */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments