orangy
ikej
02/11/2017, 10:57 PMikej
02/12/2017, 1:51 PMyole
02/13/2017, 7:38 AMikej
02/13/2017, 8:06 AMsdeleuze
02/16/2017, 9:38 PMsdeleuze
02/16/2017, 9:38 PMsdeleuze
02/16/2017, 9:38 PMsdeleuze
02/16/2017, 9:38 PMCompanion
java.lang.NoSuchFieldError: Companion
at org.jetbrains.kotlin.idea.highlighter.KotlinTestRunLineMarkerContributor.getInfo(KotlinTestRunLineMarkerContributor.kt:86)
at com.intellij.execution.lineMarker.RunLineMarkerProvider.getLineMarkerInfo(RunLineMarkerProvider.java:50)
at com.intellij.codeInsight.daemon.impl.LineMarkersPass.a(LineMarkersPass.java:186)
at com.intellij.codeInsight.daemon.impl.LineMarkersPass.a(LineMarkersPass.java:111)
sdeleuze
02/17/2017, 10:35 AM1.1.0-rc-91
compiler and build tools expected to work with JDK9 ?sdeleuze
02/17/2017, 10:36 AMsdeleuze
02/17/2017, 10:36 AMdhkim
02/17/2017, 10:36 AMdhkim
02/17/2017, 10:37 AMsdeleuze
02/17/2017, 10:37 AMsdeleuze
02/17/2017, 10:37 AMdhkim
02/17/2017, 10:37 AMdhkim
02/17/2017, 11:05 AMudalov
starting with one of the first 1.1.x updates, the compiler will only run under Java 8 or 9Currently the compiler is not expected to work with JDK9
dhkim
02/17/2017, 11:15 AMDeactivated User
02/17/2017, 11:41 AMsample1_2.png▾
Deactivated User
02/17/2017, 11:43 AMsample1_3.png▾
udalov
Deactivated User
02/17/2017, 11:46 AMudalov
instance: T
, and the actual argument could be either the type T itself, or its subtype. However ClassFactory’s constructor takes clazz: Class<T>
which means exactly the class of T, because java.lang.Class is invariant on its type parameter. Is this intended?udalov
clazz: Class<out T>
udalov
Deactivated User
02/17/2017, 11:53 AMDeactivated User
02/17/2017, 11:53 AMfun toMap(instance: T): Map<String, Any?> {
Deactivated User
02/17/2017, 11:53 AM