christophsturm
11/06/2018, 10:58 AMkarelpeeters
11/06/2018, 10:58 AMString
? vs String?
christophsturm
11/06/2018, 10:58 AMEgor Trutenko
11/06/2018, 11:15 AMString
? and String?
look the same therechristophsturm
11/06/2018, 11:28 AMString
? and String?
edwinRNDR
11/06/2018, 11:36 AM‽
) for what is now !!
🙂Chris Cunningham
11/06/2018, 12:42 PMChris Cunningham
11/06/2018, 12:43 PMvibin
11/06/2018, 2:47 PMvibin
11/06/2018, 2:47 PMvibin
11/06/2018, 2:47 PMuser
11/06/2018, 4:34 PMuser
11/06/2018, 5:44 PMbreun
11/06/2018, 9:02 PMEgor Trutenko
11/07/2018, 10:56 AMlogger
is lateinit
?mikehearn
11/07/2018, 12:18 PMmikehearn
11/07/2018, 12:18 PMbreun
11/07/2018, 12:58 PMTolriq
11/07/2018, 2:32 PM@JvmStatic
fun getInstance(): XXX = this
I'd like to know if there's a way to add a deprecation or warning or anything to find the calls to getInstance() from Kotlin (But of course not in Java files)Ruckus
11/07/2018, 5:13 PMA sealed class can have subclasses, but all of them must be declared in the same file as the sealed class itself.
user
11/07/2018, 6:15 PMAPXEOLOG
11/07/2018, 6:19 PMERROR: Unable to find the resource: /META-INF/BenchmarkList
beepdog
11/07/2018, 7:15 PMbeepdog
11/07/2018, 7:15 PMbeepdog
11/07/2018, 7:15 PMbeepdog
11/07/2018, 7:15 PMbeepdog
11/07/2018, 7:16 PMBaseMessage
and then extend that instead?beepdog
11/07/2018, 7:16 PMbeepdog
11/07/2018, 7:17 PMsealed class Message(val id: Long, val type: String, val channel: String)
data class Typing(val typingId: Long, val typingChannel: String) : Message(typingId, "typing", typingChannel)
Does not work either, because the constructor is privatebeepdog
11/07/2018, 7:18 PM