Accidentally added code was rolled back
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user