Fix tests
This commit is contained in:
+5
-5
@@ -17,11 +17,11 @@ internal final class CustomDelegate {
|
||||
|
||||
@get:Ann() internal final class SomeClass {
|
||||
@get:Ann() public constructor SomeClass()
|
||||
@get:Ann() protected final val delegatedProperty: kotlin.String
|
||||
@get:Ann() protected final var mutableProperty: kotlin.String
|
||||
@get:Ann() internal final val propertyWithCustomGetter: kotlin.Int
|
||||
@get:Ann() protected final val simpleProperty: kotlin.String = "text"
|
||||
@get:Ann() protected final val simplePropertyWithAnnotationList: kotlin.String = "text"
|
||||
protected final val delegatedProperty: kotlin.String
|
||||
protected final var mutableProperty: kotlin.String
|
||||
internal final val propertyWithCustomGetter: kotlin.Int
|
||||
protected final val simpleProperty: kotlin.String = "text"
|
||||
protected final val simplePropertyWithAnnotationList: kotlin.String = "text"
|
||||
@get:Ann() internal final fun annotationOnFunction(/*0*/ a: kotlin.Int): kotlin.Int
|
||||
internal final fun anotherFun(): kotlin.Unit
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
|
||||
Reference in New Issue
Block a user