*: remove newly superfluous static types on attributes
[nit.git] / contrib / objcwrapper / src / objc_model.nit
index e5c5702..76b1c2d 100644 (file)
@@ -45,7 +45,7 @@ class ObjcModel
        # Objective-C types available in imported modules
        #
        # TODO seach in existing wrappers
-       private var imported_types: Array[String] = ["NSObject", "NSString"]
+       private var imported_types = ["NSObject", "NSString"]
 end
 
 # Objective-C class