Sign in
apache
/
velocity-engine
/
HEAD
/
.
/
velocity-engine-core
/
src
/
test
/
resources
/
methodoverloading
/
main.vm
blob: 2f78b221a6dfadfee042d0f2bb967b20c4c5598f [
file
]
#set($param = $nullObject)
#parse ( "sub.vm" )
#set($param = "string")
#parse ( "sub.vm" )
#set($param = 1234)
#parse ( "sub.vm" )