mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
It wasn't accounting for the prefix length before a reparse tag previously when keeping track of pre_column_offset and post_column_offset.
5 lines
236 B
Swift
5 lines
236 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %validate-incrparse %s --test-case MULTI
|
|
|
|
let one: Int;<reparse MULTI>let two: Int; let three: Int; <<MULTI<||| >>><<MULTI<||| >>>let found: Int;</reparse MULTI>let five: Int;
|