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,5 @@
package p6
object O1 {
fun xxx_fun1FromP6O1(){}
}