mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public class Foo {
|
||||
|
||||
int foo(Object fact) {
|
||||
return 42 * fa<caret>x
|
||||
}
|
||||
}
|
||||
|
||||
+4
@@ -629,6 +629,10 @@ interface TxANotAnno {}
|
||||
checkPreferredItems 0, 'value'
|
||||
}
|
||||
|
||||
public void testNoBooleansInMultiplication() {
|
||||
checkPreferredItems 0, 'fact'
|
||||
}
|
||||
|
||||
public void testGlobalStaticMemberStats() {
|
||||
configureNoCompletion(getTestName(false) + ".java")
|
||||
myFixture.complete(CompletionType.BASIC, 2)
|
||||
|
||||
Reference in New Issue
Block a user