Delete outdated hack in Unit
This commit is contained in:
@@ -20,8 +20,6 @@ public class Unit private() {
|
|||||||
fun toString() = "Unit.VALUE"
|
fun toString() = "Unit.VALUE"
|
||||||
|
|
||||||
class object {
|
class object {
|
||||||
// TODO: remove suppression after a successful bootstrap
|
|
||||||
suppress("INVISIBLE_MEMBER")
|
|
||||||
public val VALUE: Unit = Unit()
|
public val VALUE: Unit = Unit()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user