Repositories (1)

CodeStyler
2 snippets stored for this repo
Kotlin IconKotlin
w is TaintedBoxedValue -> w
                    v.type != w.type -> v.taint()
                    else -> v
Kotlin IconKotlin
v is BoxedBasicValue ->
                v.taint()
            w is BoxedBasicValue ->