Skip to content

Поддержка атрибутов #116

Description

@impworks

Хорошо было бы уметь помечать атрибутами типы, записи и методы. Например, так:

@Testable
func test:int (x:int y:int) -> x + y

или так:

@NotZero "y"
@CanBeZero
fun div:int (x:int y:int) -> x / y

Хорошо бы было также иметь удобный способ получать атрибуты, без необходимости обращаться к Reflection.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions