when I write `assert` and hit code completion then...
# atrium
r
when I write
assert
and hit code completion then I see two overloads from kotlin and then the overloads from Atrium (with
subject
as parameter name). Yet, if you hit enter in this case then it makes a full qualified call instead of importing
assert
. That's why I prefer the first way of importing Atrium's assert