Skip to content

Commit 081c272

Browse files
committed
note why we dont try to compile this test
1 parent aaf82dd commit 081c272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/typesystem.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ X«|only method»
226226
227227
To explicitly state that a method is not a multi method use the C<only method> declarator.
228228
229-
=for code :skip-test
229+
=for code :skip-test<compile time error>
230230
class C {
231231
only method m {};
232232
multi method m {};

0 commit comments

Comments
 (0)