KT-7922 Added Boolean Companion Object

This commit is contained in:
Kerooker
2018-07-11 11:17:27 -03:00
committed by Ilya Gorbunov
parent cd0906a357
commit af5f78076c
10 changed files with 26 additions and 11 deletions
+2
View File
@@ -21,6 +21,8 @@ package kotlin
* represented as values of the primitive type `boolean`.
*/
public class Boolean private constructor() : Comparable<Boolean> {
companion object {}
/**
* Returns the inverse of this boolean.
*/