epchris
10/29/2018, 6:40 PMif (prop.getValue() instanceof Object[])
, where the signature of getValue()
is java.lang.Object getValue()
.
A naive if(it.value is Array<Any?>)
tells me that I can’t check for “erased type Array<Any?>“. Could someone help me understand what I should be doing here?