[K/N] Add failing test for KT-62262: NPE compiling uikit sample

^KT-62262
This commit is contained in:
Vladimir Sukharev
2023-10-04 07:14:23 +02:00
committed by Space Team
parent 2e6dbbe020
commit 520983d52c
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,8 @@
import platform.UIKit.UIViewController
class ViewController : UIViewController {
@OverrideInit
constructor() : super(nibName = null, bundle = null)
}
fun main() {}