To reproduce:
@variable: .bucket;
@{variable} { // interpolated selector
color: blue;
}
.some-class:extend(.bucket) {} // does nothing, no match is found
Current behavior:
.bucket,
.some-class {
color: blue;
}


Expected behavior:
Environment information:
less version: v4.2.0
nodejs version: 12.22.12
operating system: win10