Ordering of static members in completion

This commit is contained in:
Valentin Kipyatkov
2015-11-03 12:29:25 +03:00
parent 3bd508ca84
commit 7198b897ab
13 changed files with 77 additions and 9 deletions
@@ -0,0 +1,6 @@
package p5
object O1 {
fun xxx_fun1FromP5O1(){}
fun xxx_fun2FromP5O1(){}
}