Skip to:
The following code, where InvokeTest.cfc is:
Throws the error:
Calling setBaz( nullValue() ) does not throw the error
setBaz( nullValue() )
I have pushed up a disabled test for this in src/test/java/ortus/boxlang/runtime/bifs/global/system/InvokeTest.java
src/test/java/ortus/boxlang/runtime/bifs/global/system/InvokeTest.java
The following code, where InvokeTest.cfc is:
Throws the error:
Calling
setBaz( nullValue() )
does not throw the error