ExplicitLoopReturn

data class ExplicitLoopReturn(returnPoint: String?) : ExplicitReturn

'break' or 'continue' inside a loop

Constructors

Link copied to clipboard
fun ExplicitLoopReturn(returnPoint: String?)

Properties

Link copied to clipboard
val returnPoint: String?