Ruckus
class MyTest { override fun toString() = "initialized with $X" companion object { const val X = "Context" } }