From 4cf21faf5416cb73988ba7556fdb91f6f604b311 Mon Sep 17 00:00:00 2001 From: chibash Date: Tue, 8 Dec 2015 00:10:58 +0900 Subject: fixes JASSIST-255 Primitive array return values cause invalid cast to Object --- tutorial/tutorial2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial') diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html index 9a962ac3..f92f96e9 100644 --- a/tutorial/tutorial2.html +++ b/tutorial/tutorial2.html @@ -481,7 +481,7 @@ compiled code at the end of the method. In the statement given to available.

The variable $_ represents the resulting value of the -method. So it is a write-only variable. +method. The type of that variable is the type of the result type (the return type) of the method. If the result type is void, then the type of $_ is Object and the value -- cgit v1.2.3