Mirror icon indicating copy to clipboard operation
Mirror copied to clipboard

can you support Accurate property’s type?

Open CharlinFeng opened this issue 10 years ago • 0 comments

for example,i have a Class,

Class Person{
  var name: String
  var age: Int
  var friend: [Person]
}

you had support the properties’s normal types but, if properties’s type is [CustomClass], or [CustomClass]? ,your type is not Accurate

can you add a isArray for properties?

english is pool, sorry,,,,,,,thanks!!!!!!!

CharlinFeng avatar Aug 06 '15 09:08 CharlinFeng