Use Visibilities.isVisible with ReceiverValue.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package
|
||||
|
||||
internal fun </*0*/ T> getT(): T
|
||||
|
||||
internal final class A</*0*/ in I> {
|
||||
public constructor A</*0*/ in I>(/*0*/ init: I)
|
||||
private/*private to this*/ final val i: I
|
||||
private/*private to this*/ final var i2: I
|
||||
private/*private to this*/ final val i3: I
|
||||
private/*private to this*/ final var i4: I
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
Reference in New Issue
Block a user