Deploy to GitHub Pages:

This commit is contained in:
Travis CI
2021-04-16 18:12:04 +00:00
parent 21f294f5c3
commit 571cd6d049

View File

@ -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()
}