e1c8b3d674
we should avoid value class check in implicit return types to avoid extra resolve ^KT-56046 ^KT-55788
32 lines
1.0 KiB
Java
Vendored
32 lines
1.0 KiB
Java
Vendored
public final class RegularClass /* RegularClass*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
private java.lang.String classProp;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
private java.lang.String classPropImplicit;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String classFunInImplicitReturn();// classFunInImplicitReturn()
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String getClassPropImplicit();// getClassPropImplicit()
|
|
|
|
public RegularClass();// .ctor()
|
|
|
|
public final void setClassPropImplicit(@org.jetbrains.annotations.NotNull() java.lang.String);// setClassPropImplicit(java.lang.String)
|
|
}
|
|
|
|
public abstract interface RegularInterface /* RegularInterface*/ {
|
|
}
|
|
|
|
@kotlin.jvm.JvmInline()
|
|
public final class Some /* Some*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
private final java.lang.String value;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String getValue();// getValue()
|
|
|
|
public Some(@org.jetbrains.annotations.NotNull() java.lang.String);// .ctor(java.lang.String)
|
|
}
|