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