Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Whatever isa Any, not Object (per S02).
  • Loading branch information
jnthn committed Feb 25, 2009
1 parent d912db6 commit 23e8e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Whatever.pir
Expand Up @@ -15,7 +15,7 @@ This file implements the Whatever class.
.sub 'onload' :anon :init :load
.local pmc p6meta, whateverproto
p6meta = get_hll_global ['Perl6Object'], '$!P6META'
whateverproto = p6meta.'new_class'('Whatever', 'parent'=>'Perl6Object')
whateverproto = p6meta.'new_class'('Whatever', 'parent'=>'Any')
whateverproto.'!IMMUTABLE'()
.end

Expand Down

0 comments on commit 23e8e02

Please sign in to comment.