You could always define `fun User(id: Int) = User(...
# announcements
r
You could always define
fun User(id: Int) = User(UserID(id))
, but I agree that kind of feels like it's against the point of having the inline class.