Accidentally added code was rolled back

This commit is contained in:
Mikhail Glukhikh
2015-10-14 18:55:26 +03:00
parent 5449cea6b7
commit d2358c7fb4
@@ -290,10 +290,3 @@ public object ModifierCheckerCore {
checkModifierList(list, trace, descriptor?.containingDeclaration, actualTargets)
}
}
fun foo(p: Pair<Int?, Int?>) {
val list: MutableList<Int> = LinkedList()
if (p.first != null) {
list.add(p.first as Int)
}
}