[K/N][Tests] Migrate test kt62262.kt
^KT-61259
This commit is contained in:
committed by
Space Team
parent
9a86b83a0c
commit
bd7ffc71aa
+14
@@ -0,0 +1,14 @@
|
||||
// This test is now compile-only for iOS and tvOS.
|
||||
// It also makes sense also to invoke overridden constructor from box() and check the sanity of resulting object of class ViewController.
|
||||
// DISABLE_NATIVE: isAppleTarget=false
|
||||
// DISABLE_NATIVE: targetFamily=OSX
|
||||
// DISABLE_NATIVE: targetFamily=WATCHOS
|
||||
|
||||
import platform.UIKit.UIViewController
|
||||
|
||||
class ViewController : UIViewController {
|
||||
@OverrideInit
|
||||
constructor() : super(nibName = null, bundle = null)
|
||||
}
|
||||
|
||||
fun box() = "OK"
|
||||
Reference in New Issue
Block a user