空の範囲を作成することは可能ですか?次のテストを満たすもの:
Range emptyRange = // the magic goes here
assert emptyRange.from == null
assert emptyRange.to == null
空の範囲を作成することは可能ですか?次のテストを満たすもの:
Range emptyRange = // the magic goes here
assert emptyRange.from == null
assert emptyRange.to == null