blob: 4463e083ea6446e134435abc2b99ea117df4edff [file] [log] [blame]
## ambiguous method -- should not be processed
$test.overloadedMethod($nullValue)
## is the correct method cached after null parameter
$test.overloadedMethod2( $nullValue )
$test.overloadedMethod2( "a string" )
$test.overloadedMethod2( 1234 )