@@ -5,4 +5,7 @@ class MyModule {
static var privV = 10;
}
-class OtherType {}
+class OtherType {
+ public static function pubM() {}
+ public static var pubV = 10;
+}
@@ -0,0 +1 @@
+import MyModule.OtherType.
+--display SubtypeStaticCompletion.hx@26
@@ -0,0 +1,4 @@
+<list>
+<i n="pubV"><t>Int</t><d></d></i>
+<i n="pubM"><t>Void -> Void</t><d></d></i>
+</list>