Dalinar
07/10/2017, 5:24 AMprintln("aa")
and it inserts kotlin.io.println("aa")
- and it does this for almost everything I type, inserts fully qualified path. Does anyone know why this happens and how to avoid it? in this file it also flags some used imports as unused, if I remove them of course then the identifiers become unknown in the code.konsoletyper
07/10/2017, 8:08 AMDalinar
07/10/2017, 8:33 AMoverride val completed
get() = Promise<Int> { resolve, reject ->
fun process() {
- anything I typed in there would get qualified immediately... I guess it is not a common problem.bashor
07/13/2017, 12:36 PM