From 571cd6d049ad952dca701eeb06b41e5c1e0b4c62 Mon Sep 17 00:00:00 2001 From: Travis CI <> Date: Fri, 16 Apr 2021 18:12:04 +0000 Subject: [PATCH] Deploy to GitHub Pages: --- classes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/classes.html b/classes.html index 046c64f4..b2522ef3 100644 --- a/classes.html +++ b/classes.html @@ -743,15 +743,15 @@ class Example { #!getter getter {} - // { regular(_,_): { regular:[null] } } + // { regular(_,_): { null: { regular:[null] } } } #!regular regular(arg0, arg1) {} - // { static other(): { isStatic:[true] } } + // { static other(): { null: { isStatic:[true] } } } #!isStatic = true - static other() + static other() {} - // { foreign static example(): { isForeignStatic:[32] } } + // { foreign static example(): { null: { isForeignStatic:[32] } } } #!isForeignStatic=32 foreign static example() }