fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
package
|
||||
|
||||
internal final class Delegate {
|
||||
public final class Delegate {
|
||||
public constructor Delegate()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
internal final fun get(/*0*/ thisRef: kotlin.Any?, /*1*/ prop: kotlin.PropertyMetadata): kotlin.String?
|
||||
public final fun get(/*0*/ thisRef: kotlin.Any?, /*1*/ prop: kotlin.PropertyMetadata): kotlin.String?
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
internal final class Example {
|
||||
public final class Example {
|
||||
public constructor Example()
|
||||
private final val p: kotlin.String?
|
||||
public final val r: kotlin.String? = "xyz"
|
||||
|
||||
Reference in New Issue
Block a user