report undeclared variable, not signature mismatch
The error message for the following fragment is
Template with signature postView(Component) not defined
Should be:
Variable post not declared
Submitted by Eelco Visser on 1 April 2011 at 21:52
define page post(p: Post, title: String) {
main{
placeholder view { postView(post) }
}
}
Issue Log
On 1 April 2011 at 22:17 Danny Groenewegen commented:
It looks like the page name is inadvertently declared as variable.
Log in to post comments