vinivendra / Gryphon

The Swift to Kotlin translator.
https://vinivendra.github.io/Gryphon/
Other
609 stars 46 forks source link

Specify native warnings for Arrays and Dictionaries #91

Closed codersanjeev closed 3 years ago

codersanjeev commented 3 years ago

Describe the bug Specify native warnings for the following type of syntax:

let array: Array<Int> = Array()
let dictionary: Dictionary<String, Int> = Dictionary()

Your environment (please complete the following information):