yole
10/07/2016, 1:01 PMyole
10/07/2016, 1:01 PMnatpryce
10/07/2016, 1:02 PMfun myMethod(f: (Thing)->Result)
be able to Alt-Enter on Thing and automatically convert the signature to fun myMethod(f: Thing.()->Result)
with all the call points inside myMethod fixed up.
And the reverse: receiver to parameternatpryce
10/07/2016, 1:03 PMyole
10/07/2016, 1:03 PMnatpryce
10/07/2016, 1:04 PMyole
10/07/2016, 1:04 PMnatpryce
10/07/2016, 2:51 PMnatpryce
10/07/2016, 2:52 PMnatpryce
10/07/2016, 2:55 PMnatpryce
10/07/2016, 2:57 PMnatpryce
10/07/2016, 3:00 PMyole
10/07/2016, 3:09 PMchristophsturm
10/12/2016, 9:57 AMval primary = mock<BatchLogger>()
. now i want to make it a field, and use the extract field refactoring. why does it only offer me a "property with getter" or a "lazy property"? i just want a normal field thats initialized at creationorangy
christophsturm
10/12/2016, 10:25 AMchristophsturm
10/12/2016, 10:25 AMchristophsturm
10/12/2016, 10:29 AMchristophsturm
10/12/2016, 10:29 AMnatpryce
10/12/2016, 10:31 PMnatpryce
10/12/2016, 10:31 PM@JvmField
natpryce
10/12/2016, 10:32 PMchristophsturm
10/13/2016, 8:49 AMval primary = mock<BatchLogger>()
christophsturm
10/13/2016, 8:52 AMkirillrakhman
10/18/2016, 11:56 AMean5533
10/18/2016, 11:36 PMEugenio
10/23/2016, 2:56 PMorangy
Eugenio
10/23/2016, 4:15 PMEugenio
10/23/2016, 4:15 PM