From 95ca0067f51f4f31f69258a8eade0a9f6eceac6d Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 18 Aug 2012 15:05:40 +0200 Subject: [PATCH] [type-graph] update for new inheritance relations, japhb++ --- type-graph.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/type-graph.txt b/type-graph.txt index 3d79f2a59..9c6ed3f14 100644 --- a/type-graph.txt +++ b/type-graph.txt @@ -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