Join Slack
Powered by
This compiles fine: ``` val type: Type = String::c...
# kodein
s
salomonbrys
06/29/2016, 1:30 PM
This compiles fine:
Copy code
val type: Type = String::class.java bind(type) with singleton { "coucou" }
Open in Slack
Previous
Next