Delete outdated hack in Unit

This commit is contained in:
Alexander Udalov
2014-01-28 20:30:53 +04:00
parent 1538191c66
commit c39338798b
-2
View File
@@ -20,8 +20,6 @@ public class Unit private() {
fun toString() = "Unit.VALUE"
class object {
// TODO: remove suppression after a successful bootstrap
suppress("INVISIBLE_MEMBER")
public val VALUE: Unit = Unit()
}
}