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,8 @@
package p2
object O1 {
}
object O2 {
fun xxx_fun1FromP2O2(){}
}