blob: db4ad0e06c051c196fe5db0f7007b6de6ce79b21 [file] [log] [blame]
class A{
static void <caret>foo(){}
static void bar(){
foo(666);
}
}