Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a2aad commit 163d171Copy full SHA for 163d171
1 file changed
swift/codegen/lib/schema/schema.py
@@ -9,6 +9,7 @@
9
import importlib.util
10
from toposort import toposort_flatten
11
12
+
13
class Error(Exception):
14
15
def __str__(self):
@@ -79,6 +80,7 @@ class Class:
79
80
@property
81
def final(self):
82
return not self.derived
83
84
def check_types(self, known: typing.Iterable[str]):
85
for b in self.bases:
86
_check_type(b, known)
0 commit comments