Add stdlib test for Boolean companion
This commit is contained in:
@@ -71,4 +71,10 @@ class BuiltinCompanionTest {
|
||||
|
||||
assertSame(String, s)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun booleanTest() {
|
||||
val b = Boolean
|
||||
assertSame(Boolean, b)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user