made True and False #final #limited

This commit is contained in:
hyunghwan.chung 2019-10-21 14:42:01 +00:00
parent 6f9c77ed5e
commit aef2827506
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ class Boolean(Object)
and call subclassResponsibiltiy?" */ and call subclassResponsibiltiy?" */
} }
class True(Boolean) class(#final, #limited) True(Boolean)
{ {
method not method not
{ {
@ -47,7 +47,7 @@ class True(Boolean)
} }
} }
class False(Boolean) class(#final, #limited) False(Boolean)
{ {
method not method not
{ {

View File

@ -320,7 +320,7 @@ static kernel_class_info_t kernel_classes[] =
{ 4, { 4,
{ 'T','r','u','e' }, { 'T','r','u','e' },
0, MOO_CLASS_SELFSPEC_FLAG_LIMITED | MOO_CLASS_SELFSPEC_FLAG_FINAL,
0, 0,
0, 0,
0, 0,
@ -329,7 +329,7 @@ static kernel_class_info_t kernel_classes[] =
{ 5, { 5,
{ 'F','a','l','s','e' }, { 'F','a','l','s','e' },
0, MOO_CLASS_SELFSPEC_FLAG_LIMITED | MOO_CLASS_SELFSPEC_FLAG_FINAL,
0, 0,
0, 0,
0, 0,