[K/N][Tests] Migrate framework and objcexport tests
^KT-61259
This commit is contained in:
committed by
Space Team
parent
f00a145dd7
commit
025771460c
+17
@@ -0,0 +1,17 @@
|
||||
import Kt
|
||||
|
||||
#if !NO_GENERICS
|
||||
private func testRecursiveGenericArguments() throws {
|
||||
try assertTrue(type(of: RecList<NSArray>(value: []).value) == [Any].self)
|
||||
}
|
||||
#endif
|
||||
|
||||
class RecursiveGenericArgumentsTests : SimpleTestProvider {
|
||||
override init() {
|
||||
super.init()
|
||||
|
||||
#if !NO_GENERICS
|
||||
test("TestRecursiveGenericArguments", testRecursiveGenericArguments)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user