mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-04 16:15:11 +03:00
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
///
|
|
/// Defines a function that returns `Self`.
|
|
///
|
|
/// Expected output: TypeError
|
|
/// Message: "Type `Self` is only available in circuit definitions and circuit functions."
|
|
///
|
|
|
|
function main() -> Self {} |