masted
01/20/2017, 6:58 PMdragas
01/27/2017, 10:23 AMmiha-x64
01/27/2017, 10:25 AMkirillrakhman
02/08/2017, 8:18 AMpublic class Foo implements Comparable<Foo> {
@Override
public int compareTo(Foo this, @NotNull final Foo o) {
return 0;
}
}
sreich
02/08/2017, 5:31 PMmg6maciej
02/08/2017, 5:37 PMaimozg
02/11/2017, 12:03 AMclass ArrayBuilder {
@Suppress("UNCHECKED_CAST")
operator inline fun<reified T> get(vararg items:T):Array<T> = items as Array<T>
}
val array = ArrayBuilder()
fun darkMagic() {
array[1,2,3]
}
mg6maciej
02/11/2017, 11:56 AMkirillrakhman
02/14/2017, 1:55 PMmikehearn
02/16/2017, 9:39 AMkenkyee
02/18/2017, 1:03 PMcodeslubber
02/19/2017, 4:54 AMcedric
02/21/2017, 3:18 PMcedric
02/21/2017, 3:54 PMdayanruben
02/23/2017, 1:21 PMcedric
02/23/2017, 2:21 PMinterface Config {
[prop: string]: boolean;
}
declare const options: Config;
// Used to be an error, now allowed!
if (options.debugMode) {
// ...
}
maksim.sidorenko
02/25/2017, 7:03 PMkevinmost
02/25/2017, 11:18 PMgroostav
02/25/2017, 11:51 PMmg6maciej
02/27/2017, 8:35 AM-sources
in addition to dependency cedric
02/28/2017, 2:52 PMstdlib
. It's only been twenty years we've used that silly approach 😠evanchooly
02/28/2017, 3:00 PMs.luhmirins
03/01/2017, 2:51 PMcedric
03/01/2017, 6:32 PM_
as an unused parameter for the first timeorangy
03/01/2017, 6:38 PMcypher121
03/01/2017, 7:02 PMcypher121
03/01/2017, 7:02 PMcoroutine
was still a keywordlnr0626
03/03/2017, 5:07 AMsreich
03/05/2017, 7:02 PMokkero
03/09/2017, 12:26 PMokkero
03/09/2017, 12:26 PMalex.hart
03/09/2017, 2:00 PMokkero
03/09/2017, 2:26 PM