Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Return type complaints in the newest rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Jun 10, 2010
1 parent 622aa3f commit 6e92cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/reincarnate/Variant.ooc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Variant: cover from String extends String {
return variant
} else {
/* no version. return null. */
return null
return ""
}
}
}
2 changes: 1 addition & 1 deletion source/reincarnate/Version.ooc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Version: cover from String extends String {
return Version new(ver)
} else {
/* no version. return null. */
return null
return null as This
}
}

Expand Down

0 comments on commit 6e92cd2

Please sign in to comment.