Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Kotlin
/
Inline value classes
Which use site normally requires a boxed representation for @JvmInline value class UserId…
from Inline value classes
Kotlin 2.4.10
intermediate
1 min
Which use site normally requires a boxed representation for @JvmInline value class UserId(val value: Long)?
Passing UserId directly to a UserId parameter
Reading value from a local UserId
Passing UserId as an implemented interface type
Calling a member directly on UserId
Check
Ask AI about this kata
Report an error
next kata
What is the dependable way to publish a Java-callable function whose Kotlin API accepts a…
Quiz
A new version is available
Reload