Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Parameter.type should return the type, not its name.
  • Loading branch information
jnthn committed Nov 24, 2011
1 parent f50ef0e commit 1340fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Parameter.pm
Expand Up @@ -28,7 +28,7 @@ my class Parameter {
}

method type() {
$!nominal_type.HOW.name($!nominal_type)
$!nominal_type
}

method named() {
Expand Down

0 comments on commit 1340fa6

Please sign in to comment.