We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb01a03 commit e09fcc2Copy full SHA for e09fcc2
challenges/advanced-never2/solution.py
@@ -3,3 +3,4 @@
3
4
def stop() -> Never:
5
"""TODO: implement this function to make it type check"""
6
+ raise RuntimeError("")
0 commit comments