apatrida
12/23/2015, 3:36 PMwith
has changed? was in all previous versions (BETA 4 and before):
public inline fun <T> T.with(initWith: T.() -> Unit): T { … }
now in SNAPSHOT is:
public inline fun <T, R> with(receiver: T, f: (T) -> R): R { … }
EDIT, is my bad, repackaging of things changed what was imported at the moment when using SNAPSHOT vs. BETA 4