mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
7 lines
127 B
Python
7 lines
127 B
Python
.x: Int
|
|
.f: Int -> Int
|
|
|
|
.C: ClassType
|
|
# or .C.__call__: Int -> .C
|
|
.C.__call__: (x: Int,) -> .C
|
|
.C.f: (self: .C, y: Int) -> Int
|