Skip to content

Instantly share code, notes, and snippets.

@irof
Created October 27, 2015 23:56
死因 死因 = new SiinBuilder()
.外傷(無し)
.死亡推定時刻(2015-10-20T12:34:56)
.死亡場所(自宅近くの道路)
.add目撃証言(2015-10-18, 近隣住民)
.年齢(98)
.build();
assert 死因 == 交通事故; // => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment