Skip to content

Commit

Permalink
Add missing content
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed May 9, 2021
1 parent e7f1523 commit 006638b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -23,6 +23,8 @@ internal class BucketGenerator(parameters: List<KParameter>) {
private const val FILLED_MASK = -1

private val ABSENT_VALUE: Map<Class<*>, Any> = mapOf(
Boolean::class.javaPrimitiveType!! to false,
Char::class.javaPrimitiveType!! to Char.MIN_VALUE,
Byte::class.javaPrimitiveType!! to Byte.MIN_VALUE,
Short::class.javaPrimitiveType!! to Short.MIN_VALUE,
Int::class.javaPrimitiveType!! to Int.MIN_VALUE,
Expand Down

0 comments on commit 006638b

Please sign in to comment.