From 74ab3a16775be9249f714b2c83c5171e00727dc9 Mon Sep 17 00:00:00 2001 From: Carl Masak Date: Sat, 28 Dec 2024 22:29:52 +0800 Subject: [PATCH] Stub @handles field annotation --- spec/06-classes.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/spec/06-classes.md b/spec/06-classes.md index 74487750..b4dcd9cd 100644 --- a/spec/06-classes.md +++ b/spec/06-classes.md @@ -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" @@ -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