var hoge = if (条件) {
 if (条件)
  return hoge値3 <- ここで早期returnで値を返したい
 hoge値2
} else
 hoge値1