Files
openide/java/java-tests/testData/codeInsight/completion/signature/CollectStatisticsOnMethods_after.java
T
peter 67bd507337 fix collecting completion stats for methods with argument suggestions
ensure that we don't change the tracked document range when starting live template
2017-02-01 11:57:32 +01:00

9 lines
96 B
Java

class A {
{
test2(2)<caret>;
}
void test2(int a);
void test1(int a);
}