Remove tests on kotlin-annotations-android
#KT-44815
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
public open class StableName : R|kotlin/Any| {
|
||||
public open fun connect(@R|kotlin/annotations/jvm/internal/ParameterName|(String(host)) host: R|ft<@FlexibleNullability kotlin/String, kotlin/String?>!|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/StableName|
|
||||
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
// SKIP_IN_RUNTIME_TEST
|
||||
// ANDROID_ANNOTATIONS
|
||||
|
||||
package test;
|
||||
|
||||
import kotlin.annotations.jvm.internal.*;
|
||||
|
||||
public class StableName {
|
||||
public void connect(@ParameterName("host") String host) {
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
package test
|
||||
|
||||
public open class StableName {
|
||||
public constructor StableName()
|
||||
public open fun connect(/*0*/ @kotlin.annotations.jvm.internal.ParameterName(value = "host") /* annotation class not found */ host: kotlin.String!): kotlin.Unit
|
||||
}
|
||||
Reference in New Issue
Block a user