Ordering of static members in completion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package p5
|
||||
|
||||
object O1 {
|
||||
fun xxx_fun1FromP5O1(){}
|
||||
fun xxx_fun2FromP5O1(){}
|
||||
}
|
||||
Reference in New Issue
Block a user