According to the API, Type.pod may return null. As I'm currently coding around this eventuality, I was wondering...
Type.pod
null
Under what circumstances could Type.pod return null?
Some special types such as [java]::int do not have a pod.
[java]::int
Login or Signup to reply.
SlimerDude Tue 12 Aug 2014
According to the API,
Type.pod
may returnnull
. As I'm currently coding around this eventuality, I was wondering...Under what circumstances could
Type.pod
returnnull
?brian Tue 12 Aug 2014
Some special types such as
[java]::int
do not have a pod.