fix muted test MultiFileIntentionTestGenerated.testImplementAbstractMember_implementVarInJava_ImplementAllInJava: apply intention in deterministic order, remove trailing space in expected output file

This commit is contained in:
Dmitry Jemerov
2016-07-18 20:16:56 +02:00
parent 9100ca8837
commit 30f00bb618
2 changed files with 5 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ class W implements T<Integer> {
@Override
public void setFoo(Integer integer) {
}
}