Cleanup as36 patchset files (KTI-315)
This commit is contained in:
-11
@@ -1,11 +0,0 @@
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import kotlin.properties.ReadOnlyProperty;
|
||||
|
||||
class J {
|
||||
|
||||
public static class Foo<T> implements ReadOnlyProperty<A<T>, B> {
|
||||
public Foo(T t, @NotNull String s) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Vendored
-10
@@ -1,10 +0,0 @@
|
||||
// "Mark as @Deprecated(..., level = DeprecationLevel.HIDDEN)" "true"
|
||||
import java.io.File
|
||||
|
||||
@Deprecated(
|
||||
"Is replaced with automatic synthetic extension",
|
||||
ReplaceWith("name"),
|
||||
level = DeprecationLevel.HIDDEN
|
||||
)
|
||||
val File.<caret>name: String
|
||||
get() = getName()
|
||||
Reference in New Issue
Block a user