mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
6 lines
78 B
Python
6 lines
78 B
Python
{Closed;} = import "sealed"
|
|
|
|
C = Class()
|
|
# ERR
|
|
C|<: Closed|.
|
|
foo self = 1
|