Sign in
apache
/
velocity-engine
/
HEAD
/
.
/
velocity-engine-core
/
src
/
test
/
resources
/
methodoverloading
/
single.vm
blob: 4463e083ea6446e134435abc2b99ea117df4edff [
file
]
## 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
)