We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3162d commit eb07e78Copy full SHA for eb07e78
src/test/kotlin/unsigned.kt
@@ -9,7 +9,7 @@ import java.math.BigInteger
9
*/
10
11
@RunWith(KTestJUnitRunner::class)
12
-class UnsignedTest : StringSpec() {
+class Unsigned : StringSpec() {
13
14
val Int.b
15
get() = toByte()
0 commit comments