[K/N] Remove interop_kt49034_objcprotocol test

It doesn't check anything meaningful after d797505f06

^KT-56028
This commit is contained in:
Pavel Kunyavskiy
2023-07-25 15:14:32 +02:00
committed by Space Team
parent 5836a8aa0b
commit 0fbc42de03
4 changed files with 0 additions and 24 deletions
@@ -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())
}