[K/N][Tests] Migrate test kt62262.kt

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-02-13 15:35:19 +01:00
committed by Space Team
parent 9a86b83a0c
commit bd7ffc71aa
5 changed files with 26 additions and 14 deletions
@@ -1,8 +0,0 @@
import platform.UIKit.UIViewController
class ViewController : UIViewController {
@OverrideInit
constructor() : super(nibName = null, bundle = null)
}
fun main() {}