Minor: toString() in IDELightClassConstructionContext

This commit is contained in:
Pavel V. Talanov
2017-04-24 17:31:47 +03:00
parent 901aa9c18b
commit 5346efae6e
@@ -77,6 +77,8 @@ class IDELightClassConstructionContext(bindingContext: BindingContext, module: M
LIGHT,
EXACT
}
override fun toString() = "${this.javaClass.simpleName}:$mode"
}
object IDELightClassContexts {