Use Visibilities.isVisible with ReceiverValue.

This commit is contained in:
Stanislav Erokhin
2014-10-16 16:30:13 +04:00
parent f640f82ed0
commit f9afdf7540
18 changed files with 305 additions and 13 deletions
@@ -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
}