@semoro commented on
@semoro’s file
https://kotlinlang.slack.com/files/U1PRSBLHJ/F280YE6E7/pasted_image_at_2016_09_04_02_50_am.png▾
: After more debugging, found that problem related to Psi building process, only one KtNamedFunction get created for function foobar in both cases. In second case there should be two KtNamedFunction for it(One static with FqName="foo.Bar.foobar" and second non-static with FqName="foo.Bar.Companion.foobar")?