Skip to content

Commit

Permalink
[type-graph] update for new inheritance relations, japhb++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 18, 2012
1 parent 0da2f33 commit 95ca006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions type-graph.txt
Expand Up @@ -254,8 +254,8 @@ class X::Comp::NYI is X::NYI does X::Comp

class X::Signature::Placeholder does X::Comp
class X::Placeholder::Block does X::Comp
class X::Placeholder::Mainline does X::Comp
class X::Attribute::Undeclared does X::Comp
class X::Placeholder::Mainline is X::Placeholder::Block
class X::Attribute::Undeclared is X::Undeclared
class X::Redeclaration does X::Comp
class X::Undeclared does X::Comp
class X::Phaser::Multiple does X::Comp
Expand Down

0 comments on commit 95ca006

Please sign in to comment.