made True and False #final #limited
This commit is contained in:
parent
6f9c77ed5e
commit
aef2827506
@ -4,7 +4,7 @@ class Boolean(Object)
|
||||
and call subclassResponsibiltiy?" */
|
||||
}
|
||||
|
||||
class True(Boolean)
|
||||
class(#final, #limited) True(Boolean)
|
||||
{
|
||||
method not
|
||||
{
|
||||
@ -47,7 +47,7 @@ class True(Boolean)
|
||||
}
|
||||
}
|
||||
|
||||
class False(Boolean)
|
||||
class(#final, #limited) False(Boolean)
|
||||
{
|
||||
method not
|
||||
{
|
||||
|
@ -320,7 +320,7 @@ static kernel_class_info_t kernel_classes[] =
|
||||
|
||||
{ 4,
|
||||
{ 'T','r','u','e' },
|
||||
0,
|
||||
MOO_CLASS_SELFSPEC_FLAG_LIMITED | MOO_CLASS_SELFSPEC_FLAG_FINAL,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
@ -329,7 +329,7 @@ static kernel_class_info_t kernel_classes[] =
|
||||
|
||||
{ 5,
|
||||
{ 'F','a','l','s','e' },
|
||||
0,
|
||||
MOO_CLASS_SELFSPEC_FLAG_LIMITED | MOO_CLASS_SELFSPEC_FLAG_FINAL,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
Loading…
Reference in New Issue
Block a user