/whenWithGuardEnabled.kt:27:28: error: Guard statements are only allowed in 'when' with subject.

/whenWithGuardEnabled.kt:29:14: error: Guard statements are only allowed in 'when' with subject.

/whenWithGuardEnabled.kt:37:27: error: Use of comma in 'when' condition with guard statement is not allowed.

/whenWithGuardEnabled.kt:43:12: error: 'when' expression must be exhaustive. Add the 'False' branch or an 'else' branch.
