[K/N] Remove interop_kt49034_objcprotocol test
It doesn't check anything meaningful after d797505f06
^KT-56028
This commit is contained in:
committed by
Space Team
parent
5836a8aa0b
commit
0fbc42de03
@@ -1 +0,0 @@
|
||||
language = Objective-C
|
||||
@@ -1 +0,0 @@
|
||||
@protocol __darwin_fp_control;
|
||||
@@ -1,14 +0,0 @@
|
||||
/*
|
||||
* Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
||||
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
||||
*/
|
||||
|
||||
import objcnames.protocols.__darwin_fp_control
|
||||
|
||||
open class C<T : kotlinx.cinterop.ObjCObject>
|
||||
|
||||
class D : C<__darwin_fp_control>()
|
||||
|
||||
fun main() {
|
||||
println(D())
|
||||
}
|
||||
Reference in New Issue
Block a user