mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
Deploy to GitHub Pages:
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user