kirillrakhman
11/09/2016, 1:45 PMbod
11/09/2016, 1:48 PMbod
11/09/2016, 1:53 PMdamian
11/09/2016, 10:23 PMdamian
11/09/2016, 10:23 PMdamian
11/09/2016, 10:32 PMkirillrakhman
11/09/2016, 10:35 PMdamian
11/09/2016, 10:37 PMIan
11/11/2016, 5:06 AMpawel.barszcz
11/13/2016, 10:54 AMUnwrap/Remove
action in Java. But in Kotlin it looks like not working properly. Let’s give an example:
There is a function
private fun normalized(color: String): String { /* … */ }
and statement
return ActivityColor(normalized(color))
Now, my intention is to unwrap color
from normailzed(…)
call, so I put a cursor on color
and run Unwrap/Remove
action. There is only statement to choose in popup and it offers me removal of a whole line statementpawel.barszcz
11/13/2016, 10:55 AMscreenshot for to post above▾
pawel.barszcz
11/13/2016, 10:56 AMyole
11/13/2016, 8:38 PMpawel.barszcz
11/13/2016, 8:41 PMyole
11/13/2016, 8:42 PMpawel.barszcz
11/13/2016, 8:46 PMkirillrakhman
11/14/2016, 11:03 AMPasted image at 2016 11 14 12 02 PM▾
@NotNull
for the parameter, yet Kotlin treats it as platform type.kirillrakhman
11/14/2016, 11:03 AM@NotNull
come from in the first place? it's not there in the JDKDalinar
11/15/2016, 6:02 PMyole
11/15/2016, 6:05 PMDalinar
11/15/2016, 10:18 PMimport java.lang.String
and import java..util.Set
? without these import statements my kt file compiles fine because it thinks it is kotlin.String ... but when I rebuild IJ keeps putting those java imports backyole
11/16/2016, 7:11 AMDalinar
11/16/2016, 2:53 PMyole
11/16/2016, 3:04 PMdamian
11/16/2016, 8:09 PMdamian
11/16/2016, 8:10 PMint
(as a color, to print R,G,B) but it seems to only work for reference types 😞tadas44
11/16/2016, 9:24 PMstepango
11/18/2016, 7:36 AMImplement members
does not work with multicursor(it does work but only for last cursor) for kotlin, is it by design or i should create an issue?yole
11/18/2016, 7:45 AMstepango
11/18/2016, 8:03 AM