Skip to content

Commit

Permalink
Stub @Handles field annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
masak committed Dec 28, 2024
1 parent 8a427fa commit 74ab3a1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions spec/06-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@ Supplying a `@lazy` annotation is only allowed in combination with either a

xxx

## 6.13 Methods
## 6.13 The `@handles` annotation

xxx

## 6.14 Methods

```
<method> ::= "method"
Expand All @@ -176,11 +180,11 @@ The `self` identifier is bound both in the parameter list (available in any
default expressions) and in the method body. In this scope, the `self`
identifier is bound to the instance on which the method was called.

## 6.14 The `@class` annotation
## 6.15 The `@class` annotation

## 6.15 The `@static` annotation
## 6.16 The `@static` annotation

## 6.16 Interfaces
## 6.17 Interfaces

## 6.17 The `object` syntax
## 6.18 The `object` syntax

0 comments on commit 74ab3a1

Please sign in to comment.