Visibility fixed

This commit is contained in:
Andrey Breslav
2014-09-24 15:02:17 +04:00
parent aea978cf90
commit 52ed640a2b
@@ -169,7 +169,7 @@ data class Edges<T>(val incoming: T, val outgoing: T)
// returns false when interrupted by handler
fun traverseFollowingInstructions(
public fun traverseFollowingInstructions(
rootInstruction: Instruction,
visited: MutableSet<Instruction>,
order: TraversalOrder,