debug
03/22/2016, 4:08 PMyole
03/22/2016, 4:08 PMdebug
03/22/2016, 4:09 PMyole
03/22/2016, 4:09 PMdebug
03/22/2016, 4:12 PMUiComponent
with a property called navigationView
, and navigationView
has a method called setContent()
, and with val component : UiComponent
call component.setContent()
directly.yole
03/22/2016, 4:13 PMdebug
03/22/2016, 4:14 PMcomponent.navigationView.setContent()
.yole
03/22/2016, 4:14 PMfun UiComponent.setContent(x: Any) = navigationView.setContent(x)
debug
03/22/2016, 4:14 PMdebug
03/22/2016, 4:15 PMyole
03/22/2016, 4:15 PMby
yole
03/22/2016, 4:16 PMclass UiComponent(val navigationView: NavigationView) : NavigationView by navigationView
debug
03/22/2016, 4:17 PMdamianpetla
03/22/2016, 4:17 PMdh44t
03/22/2016, 4:34 PMkevinmost
03/22/2016, 4:48 PMmichaelrocks
03/22/2016, 4:48 PMdamianpetla
03/22/2016, 4:48 PMapatrida
03/22/2016, 5:13 PMdamianpetla
03/22/2016, 5:13 PMhsz
03/22/2016, 6:24 PMmitchwongho
03/22/2016, 7:38 PM1.0.0
https://github.com/kotlintest/kotlintestcedric
03/22/2016, 8:39 PM@XmlSchema
on top of my package
statement even though it has a PACKAGE
target.cedric
03/22/2016, 8:45 PMtreelzebub
03/22/2016, 11:49 PMval foo: Any by Delegates.notNull()
? …cuz you’re never going to be able to set that val.astrdev
03/22/2016, 11:54 PMtreelzebub
03/23/2016, 12:00 AMpfn
03/23/2016, 12:54 AMeski
03/23/2016, 1:04 AMeski
03/23/2016, 1:06 AM