KT-7922 Added Boolean Companion Object
This commit is contained in:
@@ -6,5 +6,6 @@ public interface IntrinsicCompanionObject {
|
||||
void testInt(IntCompanionObject i);
|
||||
void testChar(CharCompanionObject c);
|
||||
void testString(StringCompanionObject s);
|
||||
void testBoolean(BooleanCompanionObject b);
|
||||
void testEnum(EnumCompanionObject e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user