You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/04 21:48:09 UTC

incubator-groovy git commit: Include the correct test in `Method resolution` (closes #32)

Repository: incubator-groovy
Updated Branches:
  refs/heads/master b0a30ece1 -> daac89dd5


Include the correct test in `Method resolution` (closes #32)

The tag's name was fixed in order to include the correct test in the
`Method resolution` subsection inside the `core-semantics.adoc` file.


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/daac89dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/daac89dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/daac89dd

Branch: refs/heads/master
Commit: daac89dd587aadf6e21fb7b95bbab06e07976fbf
Parents: b0a30ec
Author: Edinson E. PadrĂ³n Urdaneta <ed...@gmail.com>
Authored: Wed Jun 3 15:40:42 2015 -0430
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Jun 4 21:45:14 2015 +0200

----------------------------------------------------------------------
 src/spec/doc/core-semantics.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/daac89dd/src/spec/doc/core-semantics.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-semantics.adoc b/src/spec/doc/core-semantics.adoc
index 7ddaa17..88e0301 100644
--- a/src/spec/doc/core-semantics.adoc
+++ b/src/spec/doc/core-semantics.adoc
@@ -1308,7 +1308,7 @@ not in such a case, `@TypeChecked` comes handy:
 
 [source,groovy]
 ----
-include::{projectdir}/src/spec/test/typing/TypeCheckingTest.groovy[tags=method_not_type_checked,indent=0]
+include::{projectdir}/src/spec/test/typing/TypeCheckingTest.groovy[tags=method_type_checked,indent=0]
 ----
 <1> `printLine` is this time a compile-time error