mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix warning in injection
This commit is contained in:
+1
-1
@@ -36,8 +36,8 @@ public class FlipComparisonIntentionTest extends IPPTestCase {
|
||||
doTestIntentionNotAvailable("import java.util.*;" +
|
||||
"class X {" +
|
||||
" String x(Set<String> set) {" +
|
||||
" x(HashSet</*_Flip '>' to '<'*/>());" +
|
||||
" }" +
|
||||
" {x(HashSet</*_Flip '>' to '<'*/>());}" +
|
||||
"}");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user