fun test(): Int {
  return when {
    else -> 42
  }
}
