@@ -193,22 +193,6 @@ forbid_merge: {
|
||||
}
|
||||
}
|
||||
|
||||
merge_tail: {
|
||||
options = {
|
||||
conditionals: true,
|
||||
}
|
||||
input: {
|
||||
if (console)
|
||||
import "foo";
|
||||
else
|
||||
import "foo";
|
||||
}
|
||||
expect: {
|
||||
console;
|
||||
import "foo";
|
||||
}
|
||||
}
|
||||
|
||||
issue_4708_1: {
|
||||
options = {
|
||||
imports: true,
|
||||
|
||||
Reference in New Issue
Block a user