blob: c880ab10c75d396f40bf3f6e2c5b8a4ab0cb3f3a [file]
@kotlin.Deprecated(message = "deprecated class", replaceWith = @kotlin.ReplaceWith(expression = "new class", imports = {}), level = kotlin.DeprecationLevel.ERROR)
public final class DeprecatedClass /* foo.DeprecatedClass*/ {
@org.jetbrains.annotations.NotNull()
private java.lang.String deprecatedAccessors;
@org.jetbrains.annotations.NotNull()
private java.lang.String deprecatedErrorAccessors;
private boolean deprecatedVariable;
private int deprecatedErrorVariable;
@kotlin.Deprecated(message = "deprecated function")
public final void deprecatedFunction(int);// deprecatedFunction(int)
@kotlin.Deprecated(message = "deprecated getter")
@org.jetbrains.annotations.NotNull()
public final java.lang.String getDeprecatedAccessors();// getDeprecatedAccessors()
@kotlin.Deprecated(message = "deprecated setter")
public final void setDeprecatedAccessors(@org.jetbrains.annotations.NotNull() java.lang.String);// setDeprecatedAccessors(java.lang.String)
@kotlin.Deprecated(message = "error function", replaceWith = @kotlin.ReplaceWith(expression = "function", imports = {}), level = kotlin.DeprecationLevel.ERROR)
public final void deprecatedErrorFunction();// deprecatedErrorFunction()
@kotlin.Deprecated(message = "error getter", replaceWith = @kotlin.ReplaceWith(expression = "new getter", imports = {}), level = kotlin.DeprecationLevel.ERROR)
@org.jetbrains.annotations.NotNull()
public final java.lang.String getDeprecatedErrorAccessors();// getDeprecatedErrorAccessors()
@kotlin.Deprecated(message = "error setter", replaceWith = @kotlin.ReplaceWith(expression = "new setter", imports = {}), level = kotlin.DeprecationLevel.ERROR)
public final void setDeprecatedErrorAccessors(@org.jetbrains.annotations.NotNull() java.lang.String);// setDeprecatedErrorAccessors(java.lang.String)
public DeprecatedClass();// .ctor()
public final boolean getDeprecatedVariable();// getDeprecatedVariable()
public final int getDeprecatedErrorVariable();// getDeprecatedErrorVariable()
public final void setDeprecatedErrorVariable(int);// setDeprecatedErrorVariable(int)
public final void setDeprecatedVariable(boolean);// setDeprecatedVariable(boolean)
}