Files
openide/java/java-tests/testData/codeInsight/completion/signature/CollectStatisticsOnMethods.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
90 B
Java

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